Html Css Color HEX #96115E Jazzberry Jam

📋 copy color: '#96115E'

red 150 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #96115E

Tints of Jazzberry Jam #96115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 57.47%
G = 6.51%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96115E (or 0x96115E) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 5E. RGB value is (150,17,94). Sum of RGB (Red+Green+Blue) = 150+17+94=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115E is #69EEA1. Grayscale: #414141. Windows color (decimal): -6942370 or 6164886. OLE color: 6164886.

HSL color Cylindrical-coordinate representation of color #96115E: hue angle of 325.26º 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 #96115E is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 94 -
CMYK 0 0.89 0.37 0.41
HSL 325.26º 0.8% 0.33% -
HSV(B) 325.26º 0.89% 0.59% -
XYZ 14.8 7.69 11.29 -
YUV 65.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 150 17 94 0 0.89 0.37 0.41 325.26 0.8 0.33
Hex 96 11 5E 0 59 25 29 145 50 21
Octal 226 21 136 0 131 45 51 505 120 41
Binary 10010110 10001 1011110 0 1011001 100101 101001 101000101 1010000 100001

Color Harmonies of #96115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96115E

Black with #96115E

Text Example


Text Example

White with #96115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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