#95165E

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

Shades of Jazzberry Jam #95165E

Tints of Jazzberry Jam #95165E

Color information

#95165E (or 0x95165E) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 16 and 5E. RGB value is (149,22,94). Sum of RGB (Red+Green+Blue) = 149+22+94=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95165E is #6AE9A1. Grayscale: #444444. Windows color (decimal): -7006626 or 6166165. OLE color: 6166165.

HSL color Cylindrical-coordinate representation of color #95165E: hue angle of 325.98º 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 #95165E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1492294-
CMYK00.850.370.42
HSL325.98º74.27%33.53%-
HSV(B)325.98º85.23%58.43%-
XYZ14.77.7711.31-
YUV68.18142.58185.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=56.23%
G=8.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149229400.850.370.42325.9874.2733.53
Hex95165E055252A1464a22
Octal225261360125455250611242
Binary10010101101101011110010101011001011010101010001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95165E; }

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

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

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

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

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

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

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

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