Html Css Color HEX #96115C Jazzberry Jam

📋 copy color: '#96115C'

red 150 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #96115C

Tints of Jazzberry Jam #96115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 57.92%
G = 6.56%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96115C (or 0x96115C) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 5C. RGB value is (150,17,92). Sum of RGB (Red+Green+Blue) = 150+17+92=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115C is #69EEA3. Grayscale: #414141. Windows color (decimal): -6942372 or 6033814. OLE color: 6033814.

HSL color Cylindrical-coordinate representation of color #96115C: hue angle of 326.17º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96115C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 92 -
CMYK 0 0.89 0.39 0.41
HSL 326.17º 0.8% 0.33% -
HSV(B) 326.17º 0.89% 0.59% -
XYZ 14.71 7.66 10.83 -
YUV 65.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 150 17 92 0 0.89 0.39 0.41 326.17 0.8 0.33
Hex 96 11 5C 0 59 27 29 146 50 21
Octal 226 21 134 0 131 47 51 506 120 41
Binary 10010110 10001 1011100 0 1011001 100111 101001 101000110 1010000 100001

Color Harmonies of #96115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96115C

Black with #96115C

Text Example


Text Example

White with #96115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96115C; }

 p { color: rgb(150,17,92); }

 H1.HeaderClassName
 {
   color: #96115C;
 }
 .AnyTagClassName
 {
   color: #96115C;
 }
</style>

background-color css

<style>
 a { background-color: #96115C; }

 a { background-color: rgb(150,17,92); }

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

border-color css

<style>
 span { border-color: #96115C; }

 span { border-color: rgb(150,17,92); }

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