#951F6C

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

Shades of Dark Purple #951F6C

Tints of Dark Purple #951F6C

Color information

#951F6C (or 0x951F6C) is unknown color: approx Dark Purple. HEX triplet: 95, 1F and 6C. RGB value is (149,31,108). Sum of RGB (Red+Green+Blue) = 149+31+108=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #951F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F6C is #6AE093. Grayscale: #4A4A4A. Windows color (decimal): -7004308 or 7085973. OLE color: 7085973.

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

Color convert

RGB14931108-
CMYK00.790.280.42
HSL320.85º65.56%35.29%-
HSV(B)320.85º79.19%58.43%-
XYZ15.598.4515-
YUV75.06146.59180.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=51.74%
G=10.76%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493110800.790.280.42320.8565.5635.29
Hex951F6C04F1C2A1414223
Octal225371540117345250110243
Binary1001010111111110110001001111111001010101010000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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