Html Css Color HEX #8A37AB Vivid Violet

📋 copy color: '#8A37AB'

red 138 ◦ green 55 ◦ blue 171

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

Shades of Vivid Violet #8A37AB

Tints of Vivid Violet #8A37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

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

R = 37.91%
G = 15.11%
B = 46.98%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A37AB (or 0x8A37AB) is known color: Vivid Violet. HEX triplet: 8A, 37 and AB. RGB value is (138,55,171). Sum of RGB (Red+Green+Blue) = 138+55+171=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A37AB is #75C854. Grayscale: #5C5C5C. Windows color (decimal): -7718997 or 11220874. OLE color: 11220874.

HSL color Cylindrical-coordinate representation of color #8A37AB: hue angle of 282.93º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A37AB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 55 171 -
CMYK 0.19 0.68 0 0.33
HSL 282.93º 0.51% 0.44% -
HSV(B) 282.93º 0.68% 0.67% -
XYZ 19.2 11.08 39.65 -
YUV 93.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 138 55 171 0.19 0.68 0 0.33 282.93 0.51 0.44
Hex 8A 37 AB 13 44 0 21 11B 33 2C
Octal 212 67 253 23 104 0 41 433 63 54
Binary 10001010 110111 10101011 10011 1000100 0 100001 100011011 110011 101100

Color Harmonies of #8A37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A37AB

Black with #8A37AB

Text Example


Text Example

White with #8A37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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