Html Css Color HEX #802ABF Dark Orchid

📋 copy color: '#802ABF'

red 128 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #802ABF

Tints of Dark Orchid #802ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 35.46%
G = 11.63%
B = 52.91%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#802ABF (or 0x802ABF) is known color: Dark Orchid. HEX triplet: 80, 2A and BF. RGB value is (128,42,191). Sum of RGB (Red+Green+Blue) = 128+42+191=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #802ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABF is #7FD540. Grayscale: #545454. Windows color (decimal): -8377665 or 12528256. OLE color: 12528256.

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

Color convert

RGB 128 42 191 -
CMYK 0.33 0.78 0 0.25
HSL 274.63º 0.64% 0.46% -
HSV(B) 274.63º 0.78% 0.75% -
XYZ 19.13 10.01 50.21 -
YUV 84.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 128 42 191 0.33 0.78 0 0.25 274.63 0.64 0.46
Hex 80 2A BF 21 4E 0 19 113 40 2E
Octal 200 52 277 41 116 0 31 423 100 56
Binary 10000000 101010 10111111 100001 1001110 0 11001 100010011 1000000 101110

Color Harmonies of #802ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ABF

Black with #802ABF

Text Example


Text Example

White with #802ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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