#802ABB

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

Shades of Dark Orchid #802ABB

Tints of Dark Orchid #802ABB

Color information

#802ABB (or 0x802ABB) is unknown color: approx Dark Orchid. HEX triplet: 80, 2A and BB. RGB value is (128,42,187). Sum of RGB (Red+Green+Blue) = 128+42+187=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #802ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABB is #7FD544. Grayscale: #535353. Windows color (decimal): -8377669 or 12266112. OLE color: 12266112.

HSL color Cylindrical-coordinate representation of color #802ABB: hue angle of 275.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ABB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12842187-
CMYK0.320.7800.27
HSL275.59º63.32%44.9%-
HSV(B)275.59º77.54%73.33%-
XYZ18.79.8347.93-
YUV84.24185.99159.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 42 (16.80% from 255) = 11.76%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=35.85%
G=11.76%
B=52.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128421870.320.7800.27275.5963.3244.9
Hex802ABB204E01B1143f2d
Octal20052273401160334247755
Binary10000000101010101110111000001001110011011100010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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