Html Css Color HEX #960844 Jazzberry Jam

📋 copy color: '#960844'

red 150 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #960844

Tints of Jazzberry Jam #960844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.09%

R = 66.37%
G = 3.54%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#960844 (or 0x960844) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 44. RGB value is (150,8,68). Sum of RGB (Red+Green+Blue) = 150+8+68=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #960844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960844 is #69F7BB. Grayscale: #393939. Windows color (decimal): -6944700 or 4458646. OLE color: 4458646.

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

Color convert

RGB 150 8 68 -
CMYK 0 0.95 0.55 0.41
HSL 334.65º 0.9% 0.31% -
HSV(B) 334.65º 0.95% 0.59% -
XYZ 13.71 7.08 6.11 -
YUV 57.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 150 8 68 0 0.95 0.55 0.41 334.65 0.9 0.31
Hex 96 8 44 0 5F 37 29 14F 5A 1F
Octal 226 10 104 0 137 67 51 517 132 37
Binary 10010110 1000 1000100 0 1011111 110111 101001 101001111 1011010 11111

Color Harmonies of #960844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960844

Black with #960844

Text Example


Text Example

White with #960844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960844; }

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

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

background-color css

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

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

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

border-color css

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

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

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