Html Css Color HEX #96084E Jazzberry Jam

📋 copy color: '#96084E'

red 150 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #96084E

Tints of Jazzberry Jam #96084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 63.56%
G = 3.39%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96084E (or 0x96084E) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 4E. RGB value is (150,8,78). Sum of RGB (Red+Green+Blue) = 150+8+78=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96084E is #69F7B1. Grayscale: #3A3A3A. Windows color (decimal): -6944690 or 5114006. OLE color: 5114006.

HSL color Cylindrical-coordinate representation of color #96084E: hue angle of 330.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96084E is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 78 -
CMYK 0 0.95 0.48 0.41
HSL 330.42º 0.9% 0.31% -
HSV(B) 330.42º 0.95% 0.59% -
XYZ 14.04 7.21 7.86 -
YUV 58.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 150 8 78 0 0.95 0.48 0.41 330.42 0.9 0.31
Hex 96 8 4E 0 5F 30 29 14A 5A 1F
Octal 226 10 116 0 137 60 51 512 132 37
Binary 10010110 1000 1001110 0 1011111 110000 101001 101001010 1011010 11111

Color Harmonies of #96084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96084E

Black with #96084E

Text Example


Text Example

White with #96084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,8,78); }

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

background-color css

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

 a { background-color: rgb(150,8,78); }

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

border-color css

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

 span { border-color: rgb(150,8,78); }

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