Html Css Color HEX #802AC1 Dark Orchid

📋 copy color: '#802AC1'

red 128 ◦ green 42 ◦ blue 193

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

Shades of Dark Orchid #802AC1

Tints of Dark Orchid #802AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.17%

R = 35.26%
G = 11.57%
B = 53.17%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#802AC1 (or 0x802AC1) is known color: Dark Orchid. HEX triplet: 80, 2A and C1. RGB value is (128,42,193). Sum of RGB (Red+Green+Blue) = 128+42+193=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #802AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802AC1 is #7FD53E. Grayscale: #545454. Windows color (decimal): -8377663 or 12659328. OLE color: 12659328.

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

Color convert

RGB 128 42 193 -
CMYK 0.34 0.78 0 0.24
HSL 274.17º 0.64% 0.46% -
HSV(B) 274.17º 0.78% 0.76% -
XYZ 19.36 10.1 51.38 -
YUV 84.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 128 42 193 0.34 0.78 0 0.24 274.17 0.64 0.46
Hex 80 2A C1 22 4E 0 18 112 40 2E
Octal 200 52 301 42 116 0 30 422 100 56
Binary 10000000 101010 11000001 100010 1001110 0 11000 100010010 1000000 101110

Color Harmonies of #802AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802AC1

Black with #802AC1

Text Example


Text Example

White with #802AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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