#95218E

Color #95218E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #95218E

Tints of Dark Purple #95218E

Color information

#95218E (or 0x95218E) is unknown color: approx Dark Purple. HEX triplet: 95, 21 and 8E. RGB value is (149,33,142). Sum of RGB (Red+Green+Blue) = 149+33+142=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95218E is #6ADE71. Grayscale: #4F4F4F. Windows color (decimal): -7003762 or 9314709. OLE color: 9314709.

HSL color Cylindrical-coordinate representation of color #95218E: hue angle of 303.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95218E is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14933142-
CMYK00.780.050.42
HSL303.62º63.74%35.69%-
HSV(B)303.62º77.85%58.43%-
XYZ17.829.4326.47-
YUV80.11162.93177.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=45.99%
G=10.19%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493314200.780.050.42303.6263.7435.69
Hex95218E04E52A1304024
Octal22541216011655246010044
Binary1001010110000110001110010011101011010101001100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,33,142); }

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

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

 a { background-color: rgb(149,33,142); }

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

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

 span { border-color: rgb(149,33,142); }

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