Html Css Color HEX #960456 Jazzberry Jam

📋 copy color: '#960456'

red 150 ◦ green 4 ◦ blue 86

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

Shades of Jazzberry Jam #960456

Tints of Jazzberry Jam #960456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 62.5%
G = 1.67%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#960456 (or 0x960456) is known color: Jazzberry Jam. HEX triplet: 96, 04 and 56. RGB value is (150,4,86). Sum of RGB (Red+Green+Blue) = 150+4+86=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #960456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960456 is #69FBA9. Grayscale: #383838. Windows color (decimal): -6945706 or 5637270. OLE color: 5637270.

HSL color Cylindrical-coordinate representation of color #960456: hue angle of 326.3º degrees, saturation: 0.95, 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 #960456 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 86 -
CMYK 0 0.97 0.43 0.41
HSL 326.3º 0.95% 0.3% -
HSV(B) 326.3º 0.97% 0.59% -
XYZ 14.3 7.24 9.45 -
YUV 57 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 150 4 86 0 0.97 0.43 0.41 326.3 0.95 0.3
Hex 96 4 56 0 61 2B 29 146 5F 1E
Octal 226 4 126 0 141 53 51 506 137 36
Binary 10010110 100 1010110 0 1100001 101011 101001 101000110 1011111 11110

Color Harmonies of #960456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960456

Black with #960456

Text Example


Text Example

White with #960456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960456; }

 p { color: rgb(150,4,86); }

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

background-color css

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

 a { background-color: rgb(150,4,86); }

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

border-color css

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

 span { border-color: rgb(150,4,86); }

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