#952581

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

Shades of Dark Purple #952581

Tints of Dark Purple #952581

Color information

#952581 (or 0x952581) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 81. RGB value is (149,37,129). Sum of RGB (Red+Green+Blue) = 149+37+129=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952581 is #6ADA7E. Grayscale: #505050. Windows color (decimal): -7002751 or 8463765. OLE color: 8463765.

HSL color Cylindrical-coordinate representation of color #952581: hue angle of 310.71º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952581 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14937129-
CMYK00.750.130.42
HSL310.71º60.22%36.47%-
HSV(B)310.71º75.17%58.43%-
XYZ17.029.321.67-
YUV80.98155.11176.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=47.30%
G=11.75%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493712900.750.130.42310.7160.2236.47
Hex95258104BD2A1373c24
Octal22545201011315524677444
Binary1001010110010110000001010010111101101010100110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952581; }

 p { color: rgb(149,37,129); }

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

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

 a { background-color: rgb(149,37,129); }

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

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

 span { border-color: rgb(149,37,129); }

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