Html Css Color HEX #96185F Jazzberry Jam

📋 copy color: '#96185F'

red 150 ◦ green 24 ◦ blue 95

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

Shades of Jazzberry Jam #96185F

Tints of Jazzberry Jam #96185F

RGB

 RED value IS 150 (58.98% from 255) = 55.76%

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

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

R = 55.76%
G = 8.92%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96185F (or 0x96185F) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 5F. RGB value is (150,24,95). Sum of RGB (Red+Green+Blue) = 150+24+95=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #96185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96185F is #69E7A0. Grayscale: #454545. Windows color (decimal): -6940577 or 6232214. OLE color: 6232214.

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

Color convert

RGB 150 24 95 -
CMYK 0 0.84 0.37 0.41
HSL 326.19º 0.72% 0.34% -
HSV(B) 326.19º 0.84% 0.59% -
XYZ 14.97 7.96 11.57 -
YUV 69.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 150 24 95 0 0.84 0.37 0.41 326.19 0.72 0.34
Hex 96 18 5F 0 54 25 29 146 48 22
Octal 226 30 137 0 124 45 51 506 110 42
Binary 10010110 11000 1011111 0 1010100 100101 101001 101000110 1001000 100010

Color Harmonies of #96185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96185F

Black with #96185F

Text Example


Text Example

White with #96185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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