Html Css Color HEX #94185F Jazzberry Jam

📋 copy color: '#94185F'

red 148 ◦ green 24 ◦ blue 95

#94185F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #94185F

Tints of Jazzberry Jam #94185F

RGB

 RED value IS 148 (58.2% from 255) = 55.43%

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 95 (37.5% from 255) = 35.58%

R = 55.43%
G = 8.99%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94185F (or 0x94185F) is known color: Jazzberry Jam. HEX triplet: 94, 18 and 5F. RGB value is (148,24,95). Sum of RGB (Red+Green+Blue) = 148+24+95=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #94185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94185F is #6BE7A0. Grayscale: #454545. Windows color (decimal): -7071649 or 6232212. OLE color: 6232212.

HSL color Cylindrical-coordinate representation of color #94185F: hue angle of 325.65º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94185F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 24 95 -
CMYK 0 0.84 0.36 0.42
HSL 325.65º 0.72% 0.34% -
HSV(B) 325.65º 0.84% 0.58% -
XYZ 14.6 7.78 11.56 -
YUV 69.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 148 24 95 0 0.84 0.36 0.42 325.65 0.72 0.34
Hex 94 18 5F 0 54 24 2A 146 48 22
Octal 224 30 137 0 124 44 52 506 110 42
Binary 10010100 11000 1011111 0 1010100 100100 101010 101000110 1001000 100010

Color Harmonies of #94185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94185F

Black with #94185F

Text Example


Text Example

White with #94185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94185F; }

 p { color: rgb(148,24,95); }

 H1.HeaderClassName
 {
   color: #94185F;
 }
 .AnyTagClassName
 {
   color: #94185F;
 }
</style>

background-color css

<style>
 a { background-color: #94185F; }

 a { background-color: rgb(148,24,95); }

 div.DivClassName
 {
   background-color: #94185F;
 }
 .BgClassName
 {
   background-color: #94185F;
 }
</style>

border-color css

<style>
 span { border-color: #94185F; }

 span { border-color: rgb(148,24,95); }

 td.TdClassName
 {
   border-color: #94185F;
 }
 .TagClassName
 {
   border-color: #94185F;
 }
</style>