#8547CC

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

Shades of Dark Orchid #8547CC

Tints of Dark Orchid #8547CC

Color information

#8547CC (or 0x8547CC) is unknown color: approx Dark Orchid. HEX triplet: 85, 47 and CC. RGB value is (133,71,204). Sum of RGB (Red+Green+Blue) = 133+71+204=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #8547CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8547CC is #7AB833. Grayscale: #686868. Windows color (decimal): -8042548 or 13387653. OLE color: 13387653.

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

Color convert

RGB13371204-
CMYK0.350.6500.2
HSL267.97º56.6%53.92%-
HSV(B)267.97º65.2%80%-
XYZ22.8313.8558.6-
YUV104.7184.04148.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 204 (80.08% from 255) = 50%
R=32.60%
G=17.40%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133712040.350.6500.2267.9756.653.92
Hex8547CC234101410c3936
Octal205107314431010244147166
Binary100001011000111110011001000111000001010100100001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8547CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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