Html Css Color HEX #802ABD Dark Orchid

📋 copy color: '#802ABD'

red 128 ◦ green 42 ◦ blue 189

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

Shades of Dark Orchid #802ABD

Tints of Dark Orchid #802ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 35.65%
G = 11.7%
B = 52.65%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#802ABD (or 0x802ABD) is known color: Dark Orchid. HEX triplet: 80, 2A and BD. RGB value is (128,42,189). Sum of RGB (Red+Green+Blue) = 128+42+189=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #802ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABD is #7FD542. Grayscale: #535353. Windows color (decimal): -8377667 or 12397184. OLE color: 12397184.

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

Color convert

RGB 128 42 189 -
CMYK 0.32 0.78 0 0.26
HSL 275.1º 0.64% 0.45% -
HSV(B) 275.1º 0.78% 0.74% -
XYZ 18.92 9.92 49.06 -
YUV 84.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 128 42 189 0.32 0.78 0 0.26 275.1 0.64 0.45
Hex 80 2A BD 20 4E 0 1A 113 40 2D
Octal 200 52 275 40 116 0 32 423 100 55
Binary 10000000 101010 10111101 100000 1001110 0 11010 100010011 1000000 101101

Color Harmonies of #802ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ABD

Black with #802ABD

Text Example


Text Example

White with #802ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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