#951A7E

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

Shades of Dark Purple #951A7E

Tints of Dark Purple #951A7E

Color information

#951A7E (or 0x951A7E) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 7E. RGB value is (149,26,126). Sum of RGB (Red+Green+Blue) = 149+26+126=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A7E is #6AE581. Grayscale: #494949. Windows color (decimal): -7005570 or 8264341. OLE color: 8264341.

HSL color Cylindrical-coordinate representation of color #951A7E: hue angle of 311.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A7E is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14926126-
CMYK00.830.150.42
HSL311.22º70.29%34.31%-
HSV(B)311.22º82.55%58.43%-
XYZ16.538.6320.53-
YUV74.18157.25181.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=49.50%
G=8.64%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492612600.830.150.42311.2270.2934.31
Hex951A7E053F2A1374622
Octal225321760123175246710642
Binary100101011101011111100101001111111010101001101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,26,126); }

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

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

 a { background-color: rgb(149,26,126); }

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

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

 span { border-color: rgb(149,26,126); }

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