#8543CC

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

Shades of Dark Orchid #8543CC

Tints of Dark Orchid #8543CC

Color information

#8543CC (or 0x8543CC) is unknown color: approx Dark Orchid. HEX triplet: 85, 43 and CC. RGB value is (133,67,204). Sum of RGB (Red+Green+Blue) = 133+67+204=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #8543CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8543CC is #7ABC33. Grayscale: #656565. Windows color (decimal): -8043572 or 13386629. OLE color: 13386629.

HSL color Cylindrical-coordinate representation of color #8543CC: hue angle of 268.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8543CC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13367204-
CMYK0.350.6700.2
HSL268.91º57.32%53.14%-
HSV(B)268.91º67.16%80%-
XYZ22.5813.3658.52-
YUV102.35185.37149.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 67 (26.56% from 255) = 16.58%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=32.92%
G=16.58%
B=50.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133672040.350.6700.2268.9157.3253.14
Hex8543CC234301410d3935
Octal205103314431030244157165
Binary100001011000011110011001000111000011010100100001101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8543CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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