#951C6E

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

Shades of Dark Purple #951C6E

Tints of Dark Purple #951C6E

Color information

#951C6E (or 0x951C6E) is unknown color: approx Dark Purple. HEX triplet: 95, 1C and 6E. RGB value is (149,28,110). Sum of RGB (Red+Green+Blue) = 149+28+110=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C6E is #6AE391. Grayscale: #494949. Windows color (decimal): -7005074 or 7216277. OLE color: 7216277.

HSL color Cylindrical-coordinate representation of color #951C6E: hue angle of 319.34º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C6E is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14928110-
CMYK00.810.260.42
HSL319.34º68.36%34.71%-
HSV(B)319.34º81.21%58.43%-
XYZ15.628.3515.54-
YUV73.53148.59181.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=51.92%
G=9.76%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492811000.810.260.42319.3468.3634.71
Hex951C6E0511A2A13f4423
Octal225341560121325247710443
Binary1001010111100110111001010001110101010101001111111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,28,110); }

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

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

 a { background-color: rgb(149,28,110); }

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

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

 span { border-color: rgb(149,28,110); }

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