Html Css Color HEX #96054E Jazzberry Jam

📋 copy color: '#96054E'

red 150 ◦ green 5 ◦ blue 78

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

Shades of Jazzberry Jam #96054E

Tints of Jazzberry Jam #96054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 64.38%
G = 2.15%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96054E (or 0x96054E) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 4E. RGB value is (150,5,78). Sum of RGB (Red+Green+Blue) = 150+5+78=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96054E is #69FAB1. Grayscale: #383838. Windows color (decimal): -6945458 or 5113238. OLE color: 5113238.

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

Color convert

RGB 150 5 78 -
CMYK 0 0.97 0.48 0.41
HSL 329.79º 0.94% 0.3% -
HSV(B) 329.79º 0.97% 0.59% -
XYZ 14.01 7.14 7.85 -
YUV 56.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 150 5 78 0 0.97 0.48 0.41 329.79 0.94 0.3
Hex 96 5 4E 0 61 30 29 14A 5E 1E
Octal 226 5 116 0 141 60 51 512 136 36
Binary 10010110 101 1001110 0 1100001 110000 101001 101001010 1011110 11110

Color Harmonies of #96054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96054E

Black with #96054E

Text Example


Text Example

White with #96054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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