Html Css Color HEX #802AB9 Dark Orchid

📋 copy color: '#802AB9'

red 128 ◦ green 42 ◦ blue 185

#802AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #802AB9

Tints of Dark Orchid #802AB9

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

 GREEN value IS 42 (16.8% from 255) = 11.83%

 BLUE value IS 185 (72.66% from 255) = 52.11%

R = 36.06%
G = 11.83%
B = 52.11%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#802AB9 (or 0x802AB9) is known color: Dark Orchid. HEX triplet: 80, 2A and B9. RGB value is (128,42,185). Sum of RGB (Red+Green+Blue) = 128+42+185=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #802AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802AB9 is #7FD546. Grayscale: #535353. Windows color (decimal): -8377671 or 12135040. OLE color: 12135040.

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

Color convert

RGB 128 42 185 -
CMYK 0.31 0.77 0 0.27
HSL 276.08º 0.63% 0.45% -
HSV(B) 276.08º 0.77% 0.73% -
XYZ 18.49 9.75 46.81 -
YUV 84.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 128 42 185 0.31 0.77 0 0.27 276.08 0.63 0.45
Hex 80 2A B9 1F 4D 0 1B 114 3F 2D
Octal 200 52 271 37 115 0 33 424 77 55
Binary 10000000 101010 10111001 11111 1001101 0 11011 100010100 111111 101101

Color Harmonies of #802AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802AB9

Black with #802AB9

Text Example


Text Example

White with #802AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #802AB9;
 }
 .AnyTagClassName
 {
   color: #802AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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