#951A66

Color #951A66 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #951A66

Tints of Jazzberry Jam #951A66

Color information

#951A66 (or 0x951A66) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1A and 66. RGB value is (149,26,102). Sum of RGB (Red+Green+Blue) = 149+26+102=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #951A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A66 is #6AE599. Grayscale: #474747. Windows color (decimal): -7005594 or 6691477. OLE color: 6691477.

HSL color Cylindrical-coordinate representation of color #951A66: hue angle of 322.93º degrees, saturation: 0.7, 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 #951A66 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14926102-
CMYK00.830.320.42
HSL322.93º70.29%34.31%-
HSV(B)322.93º82.55%58.43%-
XYZ15.168.0913.33-
YUV71.44145.25183.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 102 (40.23% from 255) = 36.82%
R=53.79%
G=9.39%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492610200.830.320.42322.9370.2934.31
Hex951A66053202A1434622
Octal225321460123405250310642
Binary10010101110101100110010100111000001010101010000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #951A66;
 }
 .AnyTagClassName
 {
   color: #951A66;
 }
</style>
background-color css

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

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

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

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

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

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