Html Css Color HEX #951E66 Jazzberry Jam

📋 copy color: '#951E66'

red 149 ◦ green 30 ◦ blue 102

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

Shades of Jazzberry Jam #951E66

Tints of Jazzberry Jam #951E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

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

R = 53.02%
G = 10.68%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#951E66 (or 0x951E66) is known color: Jazzberry Jam. HEX triplet: 95, 1E and 66. RGB value is (149,30,102). Sum of RGB (Red+Green+Blue) = 149+30+102=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E66 is #6AE199. Grayscale: #494949. Windows color (decimal): -7004570 or 6692501. OLE color: 6692501.

HSL color Cylindrical-coordinate representation of color #951E66: hue angle of 323.7º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E66 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 102 -
CMYK 0 0.80 0.32 0.42
HSL 323.7º 0.66% 0.35% -
HSV(B) 323.7º 0.8% 0.58% -
XYZ 15.26 8.28 13.36 -
YUV 73.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 149 30 102 0 0.80 0.32 0.42 323.7 0.66 0.35
Hex 95 1E 66 0 50 20 2A 144 42 23
Octal 225 36 146 0 120 40 52 504 102 43
Binary 10010101 11110 1100110 0 1010000 100000 101010 101000100 1000010 100011

Color Harmonies of #951E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E66

Black with #951E66

Text Example


Text Example

White with #951E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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