Html Css Color HEX #951966 Jazzberry Jam

📋 copy color: '#951966'

red 149 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #951966

Tints of Jazzberry Jam #951966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 53.99%
G = 9.06%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#951966 (or 0x951966) is known color: Jazzberry Jam. HEX triplet: 95, 19 and 66. RGB value is (149,25,102). Sum of RGB (Red+Green+Blue) = 149+25+102=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #951966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951966 is #6AE699. Grayscale: #464646. Windows color (decimal): -7005850 or 6691221. OLE color: 6691221.

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

Color convert

RGB 149 25 102 -
CMYK 0 0.83 0.32 0.42
HSL 322.74º 0.71% 0.34% -
HSV(B) 322.74º 0.83% 0.58% -
XYZ 15.14 8.04 13.33 -
YUV 70.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 149 25 102 0 0.83 0.32 0.42 322.74 0.71 0.34
Hex 95 19 66 0 53 20 2A 143 47 22
Octal 225 31 146 0 123 40 52 503 107 42
Binary 10010101 11001 1100110 0 1010011 100000 101010 101000011 1000111 100010

Color Harmonies of #951966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951966

Black with #951966

Text Example


Text Example

White with #951966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951966; }

 p { color: rgb(149,25,102); }

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

background-color css

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

 a { background-color: rgb(149,25,102); }

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

border-color css

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

 span { border-color: rgb(149,25,102); }

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