Html Css Color HEX #951662 Jazzberry Jam

📋 copy color: '#951662'

red 149 ◦ green 22 ◦ blue 98

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

Shades of Jazzberry Jam #951662

Tints of Jazzberry Jam #951662

RGB

 RED value IS 149 (58.59% from 255) = 55.39%

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 55.39%
G = 8.18%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951662 (or 0x951662) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 62. RGB value is (149,22,98). Sum of RGB (Red+Green+Blue) = 149+22+98=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #951662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951662 is #6AE99D. Grayscale: #444444. Windows color (decimal): -7006622 or 6428309. OLE color: 6428309.

HSL color Cylindrical-coordinate representation of color #951662: hue angle of 324.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951662 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 98 -
CMYK 0 0.85 0.34 0.42
HSL 324.09º 0.74% 0.34% -
HSV(B) 324.09º 0.85% 0.58% -
XYZ 14.89 7.85 12.28 -
YUV 68.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 149 22 98 0 0.85 0.34 0.42 324.09 0.74 0.34
Hex 95 16 62 0 55 22 2A 144 4A 22
Octal 225 26 142 0 125 42 52 504 112 42
Binary 10010101 10110 1100010 0 1010101 100010 101010 101000100 1001010 100010

Color Harmonies of #951662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951662

Black with #951662

Text Example


Text Example

White with #951662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951662; }

 p { color: rgb(149,22,98); }

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

background-color css

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

 a { background-color: rgb(149,22,98); }

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

border-color css

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

 span { border-color: rgb(149,22,98); }

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