#951B6F

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

Shades of Dark Purple #951B6F

Tints of Dark Purple #951B6F

Color information

#951B6F (or 0x951B6F) is unknown color: approx Dark Purple. HEX triplet: 95, 1B and 6F. RGB value is (149,27,111). Sum of RGB (Red+Green+Blue) = 149+27+111=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B6F is #6AE490. Grayscale: #484848. Windows color (decimal): -7005329 or 7281557. OLE color: 7281557.

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

Color convert

RGB14927111-
CMYK00.820.260.42
HSL318.69º69.32%34.51%-
HSV(B)318.69º81.88%58.43%-
XYZ15.668.3215.82-
YUV73.05149.42182.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 27 (10.94% from 255) = 9.41%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=51.92%
G=9.41%
B=38.68%

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
Decimal1492711100.820.260.42318.6969.3234.51
Hex951B6F0521A2A13f4523
Octal225331570122325247710543
Binary1001010111011110111101010010110101010101001111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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