Html Css Color HEX #8A2BAB Vivid Violet

📋 copy color: '#8A2BAB'

red 138 ◦ green 43 ◦ blue 171

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

Shades of Vivid Violet #8A2BAB

Tints of Vivid Violet #8A2BAB

RGB

 RED value IS 138 (54.3% from 255) = 39.2%

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

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

R = 39.2%
G = 12.22%
B = 48.58%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A2BAB (or 0x8A2BAB) is known color: Vivid Violet. HEX triplet: 8A, 2B and AB. RGB value is (138,43,171). Sum of RGB (Red+Green+Blue) = 138+43+171=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2BAB is #75D454. Grayscale: #555555. Windows color (decimal): -7722069 or 11217802. OLE color: 11217802.

HSL color Cylindrical-coordinate representation of color #8A2BAB: hue angle of 284.53º 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 #8A2BAB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 43 171 -
CMYK 0.19 0.75 0 0.33
HSL 284.53º 0.6% 0.42% -
HSV(B) 284.53º 0.75% 0.67% -
XYZ 18.7 10.07 39.49 -
YUV 86 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 138 43 171 0.19 0.75 0 0.33 284.53 0.6 0.42
Hex 8A 2B AB 13 4B 0 21 11D 3C 2A
Octal 212 53 253 23 113 0 41 435 74 52
Binary 10001010 101011 10101011 10011 1001011 0 100001 100011101 111100 101010

Color Harmonies of #8A2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2BAB

Black with #8A2BAB

Text Example


Text Example

White with #8A2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A2BAB; }

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

 H1.HeaderClassName
 {
   color: #8A2BAB;
 }
 .AnyTagClassName
 {
   color: #8A2BAB;
 }
</style>

background-color css

<style>
 a { background-color: #8A2BAB; }

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

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

border-color css

<style>
 span { border-color: #8A2BAB; }

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

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