Html Css Color HEX #802ABA Dark Orchid

📋 copy color: '#802ABA'

red 128 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #802ABA

Tints of Dark Orchid #802ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 35.96%
G = 11.8%
B = 52.25%

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

#802ABA (or 0x802ABA) is known color: Dark Orchid. HEX triplet: 80, 2A and BA. RGB value is (128,42,186). Sum of RGB (Red+Green+Blue) = 128+42+186=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #802ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABA is #7FD545. Grayscale: #535353. Windows color (decimal): -8377670 or 12200576. OLE color: 12200576.

HSL color Cylindrical-coordinate representation of color #802ABA: hue angle of 275.83º 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 #802ABA is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 42 186 -
CMYK 0.31 0.77 0 0.27
HSL 275.83º 0.63% 0.45% -
HSV(B) 275.83º 0.77% 0.73% -
XYZ 18.59 9.79 47.36 -
YUV 84.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 128 42 186 0.31 0.77 0 0.27 275.83 0.63 0.45
Hex 80 2A BA 1F 4D 0 1B 114 3F 2D
Octal 200 52 272 37 115 0 33 424 77 55
Binary 10000000 101010 10111010 11111 1001101 0 11011 100010100 111111 101101

Color Harmonies of #802ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ABA

Black with #802ABA

Text Example


Text Example

White with #802ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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