#952CAC

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

Shades of Dark Orchid #952CAC

Tints of Dark Orchid #952CAC

Color information

#952CAC (or 0x952CAC) is unknown color: approx Dark Orchid. HEX triplet: 95, 2C and AC. RGB value is (149,44,172). Sum of RGB (Red+Green+Blue) = 149+44+172=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #952CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952CAC is #6AD353. Grayscale: #595959. Windows color (decimal): -7000916 or 11283605. OLE color: 11283605.

HSL color Cylindrical-coordinate representation of color #952CAC: hue angle of 289.22º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952CAC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14944172-
CMYK0.130.7400.33
HSL289.22º59.26%42.35%-
HSV(B)289.22º74.42%67.45%-
XYZ20.7411.1740.09-
YUV89.99174.29170.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=40.82%
G=12.05%
B=47.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149441720.130.7400.33289.2259.2642.35
Hex952CACD4A0211213b2a
Octal22554254151120414417352
Binary1001010110110010101100110110010100100001100100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,172); }

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

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

 a { background-color: rgb(149,44,172); }

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

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

 span { border-color: rgb(149,44,172); }

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