Html Css Color HEX #961864 Jazzberry Jam

📋 copy color: '#961864'

red 150 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #961864

Tints of Jazzberry Jam #961864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 54.74%
G = 8.76%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#961864 (or 0x961864) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 64. RGB value is (150,24,100). Sum of RGB (Red+Green+Blue) = 150+24+100=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #961864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961864 is #69E79B. Grayscale: #464646. Windows color (decimal): -6940572 or 6559894. OLE color: 6559894.

HSL color Cylindrical-coordinate representation of color #961864: hue angle of 323.81º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961864 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 100 -
CMYK 0 0.84 0.33 0.41
HSL 323.81º 0.72% 0.34% -
HSV(B) 323.81º 0.84% 0.59% -
XYZ 15.2 8.06 12.81 -
YUV 70.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 150 24 100 0 0.84 0.33 0.41 323.81 0.72 0.34
Hex 96 18 64 0 54 21 29 144 48 22
Octal 226 30 144 0 124 41 51 504 110 42
Binary 10010110 11000 1100100 0 1010100 100001 101001 101000100 1001000 100010

Color Harmonies of #961864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961864

Black with #961864

Text Example


Text Example

White with #961864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961864; }

 p { color: rgb(150,24,100); }

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

background-color css

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

 a { background-color: rgb(150,24,100); }

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

border-color css

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

 span { border-color: rgb(150,24,100); }

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