Html Css Color HEX #96115F Jazzberry Jam

📋 copy color: '#96115F'

red 150 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #96115F

Tints of Jazzberry Jam #96115F

RGB

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

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

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

R = 57.25%
G = 6.49%
B = 36.26%

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

#96115F (or 0x96115F) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 5F. RGB value is (150,17,95). Sum of RGB (Red+Green+Blue) = 150+17+95=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115F is #69EEA0. Grayscale: #414141. Windows color (decimal): -6942369 or 6230422. OLE color: 6230422.

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

Color convert

RGB 150 17 95 -
CMYK 0 0.89 0.37 0.41
HSL 324.81º 0.8% 0.33% -
HSV(B) 324.81º 0.89% 0.59% -
XYZ 14.84 7.71 11.53 -
YUV 65.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 150 17 95 0 0.89 0.37 0.41 324.81 0.8 0.33
Hex 96 11 5F 0 59 25 29 145 50 21
Octal 226 21 137 0 131 45 51 505 120 41
Binary 10010110 10001 1011111 0 1011001 100101 101001 101000101 1010000 100001

Color Harmonies of #96115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96115F

Black with #96115F

Text Example


Text Example

White with #96115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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