Html Css Color HEX #802ABE Dark Orchid

📋 copy color: '#802ABE'

red 128 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #802ABE

Tints of Dark Orchid #802ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 35.56%
G = 11.67%
B = 52.78%

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

#802ABE (or 0x802ABE) is known color: Dark Orchid. HEX triplet: 80, 2A and BE. RGB value is (128,42,190). Sum of RGB (Red+Green+Blue) = 128+42+190=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #802ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ABE is #7FD541. Grayscale: #545454. Windows color (decimal): -8377666 or 12462720. OLE color: 12462720.

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

Color convert

RGB 128 42 190 -
CMYK 0.33 0.78 0 0.25
HSL 274.86º 0.64% 0.45% -
HSV(B) 274.86º 0.78% 0.75% -
XYZ 19.02 9.96 49.64 -
YUV 84.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 128 42 190 0.33 0.78 0 0.25 274.86 0.64 0.45
Hex 80 2A BE 21 4E 0 19 113 40 2D
Octal 200 52 276 41 116 0 31 423 100 55
Binary 10000000 101010 10111110 100001 1001110 0 11001 100010011 1000000 101101

Color Harmonies of #802ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ABE

Black with #802ABE

Text Example


Text Example

White with #802ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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