Html Css Color HEX #8A3ADC Blue Violet

📋 copy color: '#8A3ADC'

red 138 ◦ green 58 ◦ blue 220

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

Shades of Blue Violet #8A3ADC

Tints of Blue Violet #8A3ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 33.17%
G = 13.94%
B = 52.88%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A3ADC (or 0x8A3ADC) is known color: Blue Violet. HEX triplet: 8A, 3A and DC. RGB value is (138,58,220). Sum of RGB (Red+Green+Blue) = 138+58+220=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ADC is #75C523. Grayscale: #636363. Windows color (decimal): -7718180 or 14432906. OLE color: 14432906.

HSL color Cylindrical-coordinate representation of color #8A3ADC: hue angle of 269.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3ADC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 58 220 -
CMYK 0.37 0.74 0 0.14
HSL 269.63º 0.7% 0.55% -
HSV(B) 269.63º 0.74% 0.86% -
XYZ 24.91 13.6 69.02 -
YUV 100.39 195.5 154.83 -
System Red Green Blue C M Y K H S L
Decimal 138 58 220 0.37 0.74 0 0.14 269.63 0.7 0.55
Hex 8A 3A DC 25 4A 0 E 10E 46 37
Octal 212 72 334 45 112 0 16 416 106 67
Binary 10001010 111010 11011100 100101 1001010 0 1110 100001110 1000110 110111

Color Harmonies of #8A3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3ADC

Black with #8A3ADC

Text Example


Text Example

White with #8A3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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