#951B6E

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

Shades of Dark Purple #951B6E

Tints of Dark Purple #951B6E

Color information

#951B6E (or 0x951B6E) is unknown color: approx Dark Purple. HEX triplet: 95, 1B and 6E. RGB value is (149,27,110). Sum of RGB (Red+Green+Blue) = 149+27+110=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B6E is #6AE491. Grayscale: #484848. Windows color (decimal): -7005330 or 7216021. OLE color: 7216021.

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

Color convert

RGB14927110-
CMYK00.820.260.42
HSL319.18º69.32%34.51%-
HSV(B)319.18º81.88%58.43%-
XYZ15.68.315.53-
YUV72.94148.92182.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=52.10%
G=9.44%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492711000.820.260.42319.1869.3234.51
Hex951B6E0521A2A13f4523
Octal225331560122325247710543
Binary1001010111011110111001010010110101010101001111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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