Html Css Color HEX #960853 Jazzberry Jam

📋 copy color: '#960853'

red 150 ◦ green 8 ◦ blue 83

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

Shades of Jazzberry Jam #960853

Tints of Jazzberry Jam #960853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 62.24%
G = 3.32%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#960853 (or 0x960853) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 53. RGB value is (150,8,83). Sum of RGB (Red+Green+Blue) = 150+8+83=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #960853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960853 is #69F7AC. Grayscale: #3A3A3A. Windows color (decimal): -6944685 or 5441686. OLE color: 5441686.

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

Color convert

RGB 150 8 83 -
CMYK 0 0.95 0.45 0.41
HSL 328.31º 0.9% 0.31% -
HSV(B) 328.31º 0.95% 0.59% -
XYZ 14.23 7.28 8.84 -
YUV 59.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 150 8 83 0 0.95 0.45 0.41 328.31 0.9 0.31
Hex 96 8 53 0 5F 2D 29 148 5A 1F
Octal 226 10 123 0 137 55 51 510 132 37
Binary 10010110 1000 1010011 0 1011111 101101 101001 101001000 1011010 11111

Color Harmonies of #960853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960853

Black with #960853

Text Example


Text Example

White with #960853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960853; }

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

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

background-color css

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

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

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

border-color css

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

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

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