#952684

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

Shades of Dark Purple #952684

Tints of Dark Purple #952684

Color information

#952684 (or 0x952684) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 84. RGB value is (149,38,132). Sum of RGB (Red+Green+Blue) = 149+38+132=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952684 is #6AD97B. Grayscale: #515151. Windows color (decimal): -7002492 or 8660629. OLE color: 8660629.

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

Color convert

RGB14938132-
CMYK00.740.110.42
HSL309.19º59.36%36.67%-
HSV(B)309.19º74.5%58.43%-
XYZ17.259.4422.74-
YUV81.9156.27175.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=46.71%
G=11.91%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493813200.740.110.42309.1959.3636.67
Hex95268404AB2A1353b25
Octal22546204011213524657345
Binary1001010110011010000100010010101011101010100110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952684; }

 p { color: rgb(149,38,132); }

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

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

 a { background-color: rgb(149,38,132); }

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

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

 span { border-color: rgb(149,38,132); }

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