#8543CA

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

Shades of Dark Orchid #8543CA

Tints of Dark Orchid #8543CA

Color information

#8543CA (or 0x8543CA) is unknown color: approx Dark Orchid. HEX triplet: 85, 43 and CA. RGB value is (133,67,202). Sum of RGB (Red+Green+Blue) = 133+67+202=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8543CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8543CA is #7ABC35. Grayscale: #656565. Windows color (decimal): -8043574 or 13255557. OLE color: 13255557.

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

Color convert

RGB13367202-
CMYK0.340.6700.21
HSL269.33º56.02%52.75%-
HSV(B)269.33º66.83%79.22%-
XYZ22.3413.2757.26-
YUV102.12184.37150.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 67 (26.56% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=33.08%
G=16.67%
B=50.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133672020.340.6700.21269.3356.0252.75
Hex8543CA224301510d3835
Octal205103312421030254157065
Binary100001011000011110010101000101000011010101100001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8543CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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