#952DAD

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

Shades of Dark Orchid #952DAD

Tints of Dark Orchid #952DAD

Color information

#952DAD (or 0x952DAD) is unknown color: approx Dark Orchid. HEX triplet: 95, 2D and AD. RGB value is (149,45,173). Sum of RGB (Red+Green+Blue) = 149+45+173=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #952DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DAD is #6AD252. Grayscale: #5A5A5A. Windows color (decimal): -7000659 or 11349397. OLE color: 11349397.

HSL color Cylindrical-coordinate representation of color #952DAD: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952DAD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14945173-
CMYK0.140.7400.32
HSL288.75º58.72%42.75%-
HSV(B)288.75º73.99%67.84%-
XYZ20.8811.2840.61-
YUV90.69174.46169.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 45 (17.97% from 255) = 12.26%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=40.60%
G=12.26%
B=47.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149451730.140.7400.32288.7558.7242.75
Hex952DADE4A0201213b2b
Octal22555255161120404417353
Binary1001010110110110101101111010010100100000100100001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952DAD; }

 p { color: rgb(149,45,173); }

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

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

 a { background-color: rgb(149,45,173); }

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

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

 span { border-color: rgb(149,45,173); }

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