#8545CC

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

Shades of Dark Orchid #8545CC

Tints of Dark Orchid #8545CC

Color information

#8545CC (or 0x8545CC) is unknown color: approx Dark Orchid. HEX triplet: 85, 45 and CC. RGB value is (133,69,204). Sum of RGB (Red+Green+Blue) = 133+69+204=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #8545CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545CC is #7ABA33. Grayscale: #676767. Windows color (decimal): -8043060 or 13387141. OLE color: 13387141.

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

Color convert

RGB13369204-
CMYK0.350.6600.2
HSL268.44º56.96%53.53%-
HSV(B)268.44º66.18%80%-
XYZ22.713.658.56-
YUV103.53184.7149.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=32.76%
G=17.00%
B=50.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133692040.350.6600.2268.4456.9653.53
Hex8545CC234201410c3936
Octal205105314431020244147166
Binary100001011000101110011001000111000010010100100001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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