#951F8B

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

Shades of Dark Purple #951F8B

Tints of Dark Purple #951F8B

Color information

#951F8B (or 0x951F8B) is unknown color: approx Dark Purple. HEX triplet: 95, 1F and 8B. RGB value is (149,31,139). Sum of RGB (Red+Green+Blue) = 149+31+139=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #951F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951F8B is #6AE074. Grayscale: #4E4E4E. Windows color (decimal): -7004277 or 9117589. OLE color: 9117589.

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

Color convert

RGB14931139-
CMYK00.790.070.42
HSL305.08º65.56%35.29%-
HSV(B)305.08º79.19%58.43%-
XYZ17.549.2325.28-
YUV78.59162.09178.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=46.71%
G=9.72%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493113900.790.070.42305.0865.5635.29
Hex951F8B04F72A1314223
Octal22537213011775246110243
Binary100101011111110001011010011111111010101001100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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