Html Css Color HEX #802BAB Vivid Violet

📋 copy color: '#802BAB'

red 128 ◦ green 43 ◦ blue 171

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

Shades of Vivid Violet #802BAB

Tints of Vivid Violet #802BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

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

R = 37.43%
G = 12.57%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#802BAB (or 0x802BAB) is known color: Vivid Violet. HEX triplet: 80, 2B and AB. RGB value is (128,43,171). Sum of RGB (Red+Green+Blue) = 128+43+171=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #802BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802BAB is #7FD454. Grayscale: #525252. Windows color (decimal): -8377429 or 11217792. OLE color: 11217792.

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

Color convert

RGB 128 43 171 -
CMYK 0.25 0.75 0 0.33
HSL 279.84º 0.6% 0.42% -
HSV(B) 279.84º 0.75% 0.67% -
XYZ 17.12 9.26 39.41 -
YUV 83.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 128 43 171 0.25 0.75 0 0.33 279.84 0.6 0.42
Hex 80 2B AB 19 4B 0 21 118 3C 2A
Octal 200 53 253 31 113 0 41 430 74 52
Binary 10000000 101011 10101011 11001 1001011 0 100001 100011000 111100 101010

Color Harmonies of #802BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802BAB

Black with #802BAB

Text Example


Text Example

White with #802BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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