#9543CA

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

Shades of Dark Orchid #9543CA

Tints of Dark Orchid #9543CA

Color information

#9543CA (or 0x9543CA) is unknown color: approx Dark Orchid. HEX triplet: 95, 43 and CA. RGB value is (149,67,202). Sum of RGB (Red+Green+Blue) = 149+67+202=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9543CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543CA is #6ABC35. Grayscale: #6A6A6A. Windows color (decimal): -6994998 or 13255573. OLE color: 13255573.

HSL color Cylindrical-coordinate representation of color #9543CA: hue angle of 276.44º 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 #9543CA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14967202-
CMYK0.260.6700.21
HSL276.44º56.02%52.75%-
HSV(B)276.44º66.83%79.22%-
XYZ25.0614.6757.39-
YUV106.91181.67158.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 67 (26.56% from 255) = 16.03%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=35.65%
G=16.03%
B=48.33%

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
Decimal149672020.260.6700.21276.4456.0252.75
Hex9543CA1A430151143835
Octal225103312321030254247065
Binary10010101100001111001010110101000011010101100010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9543CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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