#802ABE

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

Shades of Dark Orchid #802ABE

Tints of Dark Orchid #802ABE

Color information

#802ABE (or 0x802ABE) is unknown color: approx Dark Orchid. HEX triplet: 80, 2A and BE. RGB value is (128,42,190). Sum of RGB (Red+Green+Blue) = 128+42+190=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #802ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABE is #7FD541. Grayscale: #545454. Windows color (decimal): -8377666 or 12462720. OLE color: 12462720.

HSL color Cylindrical-coordinate representation of color #802ABE: hue angle of 274.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ABE is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12842190-
CMYK0.330.7800.25
HSL274.86º63.79%45.49%-
HSV(B)274.86º77.89%74.51%-
XYZ19.029.9649.64-
YUV84.59187.49158.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=35.56%
G=11.67%
B=52.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128421900.330.7800.25274.8663.7945.49
Hex802ABE214E019113402d
Octal200522764111603142310055
Binary100000001010101011111010000110011100110011000100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802ABE; }

 p { color: rgb(128,42,190); }

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

<style>
 a { background-color: #802ABE; }

 a { background-color: rgb(128,42,190); }

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

<style>
 span { border-color: #802ABE; }

 span { border-color: rgb(128,42,190); }

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