Html Css Color HEX #8030AB Vivid Violet

📋 copy color: '#8030AB'

red 128 ◦ green 48 ◦ blue 171

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

Shades of Vivid Violet #8030AB

Tints of Vivid Violet #8030AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 36.89%
G = 13.83%
B = 49.28%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8030AB (or 0x8030AB) is known color: Vivid Violet. HEX triplet: 80, 30 and AB. RGB value is (128,48,171). Sum of RGB (Red+Green+Blue) = 128+48+171=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #8030AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8030AB is #7FCF54. Grayscale: #555555. Windows color (decimal): -8376149 or 11219072. OLE color: 11219072.

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

Color convert

RGB 128 48 171 -
CMYK 0.25 0.72 0 0.33
HSL 279.02º 0.56% 0.43% -
HSV(B) 279.02º 0.72% 0.67% -
XYZ 17.31 9.64 39.48 -
YUV 85.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 128 48 171 0.25 0.72 0 0.33 279.02 0.56 0.43
Hex 80 30 AB 19 48 0 21 117 38 2B
Octal 200 60 253 31 110 0 41 427 70 53
Binary 10000000 110000 10101011 11001 1001000 0 100001 100010111 111000 101011

Color Harmonies of #8030AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8030AB

Black with #8030AB

Text Example


Text Example

White with #8030AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8030AB; }

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

 H1.HeaderClassName
 {
   color: #8030AB;
 }
 .AnyTagClassName
 {
   color: #8030AB;
 }
</style>

background-color css

<style>
 a { background-color: #8030AB; }

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

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

border-color css

<style>
 span { border-color: #8030AB; }

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

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