Html Css Color HEX #8A1ADE Blue Violet

📋 copy color: '#8A1ADE'

red 138 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #8A1ADE

Tints of Blue Violet #8A1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 35.75%
G = 6.74%
B = 57.51%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A1ADE (or 0x8A1ADE) is known color: Blue Violet. HEX triplet: 8A, 1A and DE. RGB value is (138,26,222). Sum of RGB (Red+Green+Blue) = 138+26+222=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A1ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ADE is #75E521. Grayscale: #515151. Windows color (decimal): -7726370 or 14555786. OLE color: 14555786.

HSL color Cylindrical-coordinate representation of color #8A1ADE: hue angle of 274.29º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1ADE is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 26 222 -
CMYK 0.38 0.88 0 0.13
HSL 274.29º 0.79% 0.49% -
HSV(B) 274.29º 0.88% 0.87% -
XYZ 24.04 11.42 70.04 -
YUV 81.83 207.11 168.06 -
System Red Green Blue C M Y K H S L
Decimal 138 26 222 0.38 0.88 0 0.13 274.29 0.79 0.49
Hex 8A 1A DE 26 58 0 D 112 4F 31
Octal 212 32 336 46 130 0 15 422 117 61
Binary 10001010 11010 11011110 100110 1011000 0 1101 100010010 1001111 110001

Color Harmonies of #8A1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1ADE

Black with #8A1ADE

Text Example


Text Example

White with #8A1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,222); }

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

background-color css

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

 a { background-color: rgb(138,26,222); }

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

border-color css

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

 span { border-color: rgb(138,26,222); }

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