#9542C6

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

Shades of Dark Orchid #9542C6

Tints of Dark Orchid #9542C6

Color information

#9542C6 (or 0x9542C6) is unknown color: approx Dark Orchid. HEX triplet: 95, 42 and C6. RGB value is (149,66,198). Sum of RGB (Red+Green+Blue) = 149+66+198=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #9542C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9542C6 is #6ABD39. Grayscale: #696969. Windows color (decimal): -6995258 or 12993173. OLE color: 12993173.

HSL color Cylindrical-coordinate representation of color #9542C6: hue angle of 277.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9542C6 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14966198-
CMYK0.250.6700.22
HSL277.73º53.66%51.76%-
HSV(B)277.73º66.67%77.65%-
XYZ24.5414.3654.91-
YUV105.86180158.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 66 (26.17% from 255) = 15.98%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=36.08%
G=15.98%
B=47.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149661980.250.6700.22277.7353.6651.76
Hex9542C619430161163634
Octal225102306311030264266664
Binary10010101100001011000110110011000011010110100010110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9542C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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