Html Css Color HEX #961463 Jazzberry Jam

📋 copy color: '#961463'

red 150 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #961463

Tints of Jazzberry Jam #961463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 55.76%
G = 7.43%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#961463 (or 0x961463) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 63. RGB value is (150,20,99). Sum of RGB (Red+Green+Blue) = 150+20+99=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #961463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961463 is #69EB9C. Grayscale: #434343. Windows color (decimal): -6941597 or 6493334. OLE color: 6493334.

HSL color Cylindrical-coordinate representation of color #961463: hue angle of 323.54º degrees, saturation: 0.76, 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 #961463 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 99 -
CMYK 0 0.87 0.34 0.41
HSL 323.54º 0.76% 0.33% -
HSV(B) 323.54º 0.87% 0.59% -
XYZ 15.08 7.89 12.53 -
YUV 67.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 150 20 99 0 0.87 0.34 0.41 323.54 0.76 0.33
Hex 96 14 63 0 57 22 29 144 4C 21
Octal 226 24 143 0 127 42 51 504 114 41
Binary 10010110 10100 1100011 0 1010111 100010 101001 101000100 1001100 100001

Color Harmonies of #961463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961463

Black with #961463

Text Example


Text Example

White with #961463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961463; }

 p { color: rgb(150,20,99); }

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

background-color css

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

 a { background-color: rgb(150,20,99); }

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

border-color css

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

 span { border-color: rgb(150,20,99); }

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