Html Css Color HEX #961364 Jazzberry Jam

📋 copy color: '#961364'

red 150 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #961364

Tints of Jazzberry Jam #961364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 55.76%
G = 7.06%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#961364 (or 0x961364) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 64. RGB value is (150,19,100). Sum of RGB (Red+Green+Blue) = 150+19+100=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #961364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961364 is #69EC9B. Grayscale: #434343. Windows color (decimal): -6941852 or 6558614. OLE color: 6558614.

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

Color convert

RGB 150 19 100 -
CMYK 0 0.87 0.33 0.41
HSL 322.9º 0.78% 0.33% -
HSV(B) 322.9º 0.87% 0.59% -
XYZ 15.11 7.87 12.78 -
YUV 67.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 150 19 100 0 0.87 0.33 0.41 322.9 0.78 0.33
Hex 96 13 64 0 57 21 29 143 4E 21
Octal 226 23 144 0 127 41 51 503 116 41
Binary 10010110 10011 1100100 0 1010111 100001 101001 101000011 1001110 100001

Color Harmonies of #961364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961364

Black with #961364

Text Example


Text Example

White with #961364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961364; }

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

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

background-color css

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

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

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

border-color css

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

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

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