#9542CA

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

Shades of Dark Orchid #9542CA

Tints of Dark Orchid #9542CA

Color information

#9542CA (or 0x9542CA) is unknown color: approx Dark Orchid. HEX triplet: 95, 42 and CA. RGB value is (149,66,202). Sum of RGB (Red+Green+Blue) = 149+66+202=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #9542CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542CA is #6ABD35. Grayscale: #696969. Windows color (decimal): -6995254 or 13255317. OLE color: 13255317.

HSL color Cylindrical-coordinate representation of color #9542CA: hue angle of 276.62º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9542CA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14966202-
CMYK0.260.6700.21
HSL276.62º56.2%52.55%-
HSV(B)276.62º67.33%79.22%-
XYZ2514.5557.37-
YUV106.32182158.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=35.73%
G=15.83%
B=48.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149662020.260.6700.21276.6256.252.55
Hex9542CA1A430151153835
Octal225102312321030254257065
Binary10010101100001011001010110101000011010101100010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9542CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9542CA; }

 p { color: rgb(149,66,202); }

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

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

 a { background-color: rgb(149,66,202); }

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

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

 span { border-color: rgb(149,66,202); }

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