Html Css Color HEX #802EAB Vivid Violet

📋 copy color: '#802EAB'

red 128 ◦ green 46 ◦ blue 171

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

Shades of Vivid Violet #802EAB

Tints of Vivid Violet #802EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 37.1%
G = 13.33%
B = 49.57%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#802EAB (or 0x802EAB) is known color: Vivid Violet. HEX triplet: 80, 2E and AB. RGB value is (128,46,171). Sum of RGB (Red+Green+Blue) = 128+46+171=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #802EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EAB is #7FD154. Grayscale: #545454. Windows color (decimal): -8376661 or 11218560. OLE color: 11218560.

HSL color Cylindrical-coordinate representation of color #802EAB: hue angle of 279.36º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802EAB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 46 171 -
CMYK 0.25 0.73 0 0.33
HSL 279.36º 0.58% 0.43% -
HSV(B) 279.36º 0.73% 0.67% -
XYZ 17.23 9.48 39.45 -
YUV 84.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 128 46 171 0.25 0.73 0 0.33 279.36 0.58 0.43
Hex 80 2E AB 19 49 0 21 117 3A 2B
Octal 200 56 253 31 111 0 41 427 72 53
Binary 10000000 101110 10101011 11001 1001001 0 100001 100010111 111010 101011

Color Harmonies of #802EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802EAB

Black with #802EAB

Text Example


Text Example

White with #802EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,46,171); }

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

background-color css

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

 a { background-color: rgb(128,46,171); }

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

border-color css

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

 span { border-color: rgb(128,46,171); }

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