Html Css Color HEX #8A3ADA Blue Violet

📋 copy color: '#8A3ADA'

red 138 ◦ green 58 ◦ blue 218

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

Shades of Blue Violet #8A3ADA

Tints of Blue Violet #8A3ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.01%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 33.33%
G = 14.01%
B = 52.66%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A3ADA (or 0x8A3ADA) is known color: Blue Violet. HEX triplet: 8A, 3A and DA. RGB value is (138,58,218). Sum of RGB (Red+Green+Blue) = 138+58+218=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A3ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ADA is #75C525. Grayscale: #636363. Windows color (decimal): -7718182 or 14301834. OLE color: 14301834.

HSL color Cylindrical-coordinate representation of color #8A3ADA: hue angle of 270º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A3ADA is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 58 218 -
CMYK 0.37 0.73 0 0.15
HSL 270º 0.68% 0.54% -
HSV(B) 270º 0.73% 0.85% -
XYZ 24.65 13.49 67.63 -
YUV 100.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 138 58 218 0.37 0.73 0 0.15 270 0.68 0.54
Hex 8A 3A DA 25 49 0 F 10E 44 36
Octal 212 72 332 45 111 0 17 416 104 66
Binary 10001010 111010 11011010 100101 1001001 0 1111 100001110 1000100 110110

Color Harmonies of #8A3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3ADA

Black with #8A3ADA

Text Example


Text Example

White with #8A3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,58,218); }

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

background-color css

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

 a { background-color: rgb(138,58,218); }

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

border-color css

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

 span { border-color: rgb(138,58,218); }

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