#951F93

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

Shades of Dark Purple #951F93

Tints of Dark Purple #951F93

Color information

#951F93 (or 0x951F93) is unknown color: approx Dark Purple. HEX triplet: 95, 1F and 93. RGB value is (149,31,147). Sum of RGB (Red+Green+Blue) = 149+31+147=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #951F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951F93 is #6AE06C. Grayscale: #4F4F4F. Windows color (decimal): -7004269 or 9641877. OLE color: 9641877.

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

Color convert

RGB14931147-
CMYK00.790.010.42
HSL301.02º65.56%35.29%-
HSV(B)301.02º79.19%58.43%-
XYZ18.159.4828.48-
YUV79.51166.09177.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 31 (12.5% from 255) = 9.48%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=45.57%
G=9.48%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493114700.790.010.42301.0265.5635.29
Hex951F9304F12A12d4223
Octal22537223011715245510243
Binary1001010111111100100110100111111010101001011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,31,147); }

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

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

 a { background-color: rgb(149,31,147); }

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

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

 span { border-color: rgb(149,31,147); }

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