#8045CA

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

Shades of Dark Orchid #8045CA

Tints of Dark Orchid #8045CA

Color information

#8045CA (or 0x8045CA) is unknown color: approx Dark Orchid. HEX triplet: 80, 45 and CA. RGB value is (128,69,202). Sum of RGB (Red+Green+Blue) = 128+69+202=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8045CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045CA is #7FBA35. Grayscale: #656565. Windows color (decimal): -8370742 or 13256064. OLE color: 13256064.

HSL color Cylindrical-coordinate representation of color #8045CA: hue angle of 266.62º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8045CA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12869202-
CMYK0.370.6600.21
HSL266.62º55.65%53.14%-
HSV(B)266.62º65.84%79.22%-
XYZ21.6913.1157.26-
YUV101.8184.55146.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=32.08%
G=17.29%
B=50.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128692020.370.6600.21266.6255.6553.14
Hex8045CA254201510b3835
Octal200105312451020254137065
Binary100000001000101110010101001011000010010101100001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8045CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,69,202); }

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

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

 a { background-color: rgb(128,69,202); }

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

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

 span { border-color: rgb(128,69,202); }

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