#952FAD

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

Shades of Dark Orchid #952FAD

Tints of Dark Orchid #952FAD

Color information

#952FAD (or 0x952FAD) is unknown color: approx Dark Orchid. HEX triplet: 95, 2F and AD. RGB value is (149,47,173). Sum of RGB (Red+Green+Blue) = 149+47+173=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #952FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952FAD is #6AD052. Grayscale: #5B5B5B. Windows color (decimal): -7000147 or 11349909. OLE color: 11349909.

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

Color convert

RGB14947173-
CMYK0.140.7300.32
HSL288.57º57.27%43.14%-
HSV(B)288.57º72.83%67.84%-
XYZ20.9511.4440.64-
YUV91.86173.79168.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=40.38%
G=12.74%
B=46.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149471730.140.7300.32288.5757.2743.14
Hex952FADE49020121392b
Octal22557255161110404417153
Binary1001010110111110101101111010010010100000100100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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