#951687

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

Shades of Dark Purple #951687

Tints of Dark Purple #951687

Color information

#951687 (or 0x951687) is unknown color: approx Dark Purple. HEX triplet: 95, 16 and 87. RGB value is (149,22,135). Sum of RGB (Red+Green+Blue) = 149+22+135=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #951687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951687 is #6AE978. Grayscale: #484848. Windows color (decimal): -7006585 or 8853141. OLE color: 8853141.

HSL color Cylindrical-coordinate representation of color #951687: hue angle of 306.61º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951687 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14922135-
CMYK00.850.090.42
HSL306.61º74.27%33.53%-
HSV(B)306.61º85.23%58.43%-
XYZ17.058.7123.7-
YUV72.85163.08182.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 22 (8.98% from 255) = 7.19%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=48.69%
G=7.19%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492213500.850.090.42306.6174.2733.53
Hex95168705592A1334a22
Octal225262070125115246311242
Binary1001010110110100001110101010110011010101001100111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951687; }

 p { color: rgb(149,22,135); }

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

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

 a { background-color: rgb(149,22,135); }

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

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

 span { border-color: rgb(149,22,135); }

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