#951A5D

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

Shades of Jazzberry Jam #951A5D

Tints of Jazzberry Jam #951A5D

Color information

#951A5D (or 0x951A5D) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1A and 5D. RGB value is (149,26,93). Sum of RGB (Red+Green+Blue) = 149+26+93=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #951A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A5D is #6AE5A2. Grayscale: #464646. Windows color (decimal): -7005603 or 6101653. OLE color: 6101653.

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

Color convert

RGB1492693-
CMYK00.830.380.42
HSL327.32º70.29%34.31%-
HSV(B)327.32º82.55%58.43%-
XYZ14.747.9211.11-
YUV70.41140.75184.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=55.60%
G=9.70%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149269300.830.380.42327.3270.2934.31
Hex951A5D053262A1474622
Octal225321350123465250710642
Binary10010101110101011101010100111001101010101010001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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