Html Css Color HEX #8A0EE9 Blue Violet

📋 copy color: '#8A0EE9'

red 138 ◦ green 14 ◦ blue 233

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

Shades of Blue Violet #8A0EE9

Tints of Blue Violet #8A0EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 233 (91.41% from 255) = 60.52%

R = 35.84%
G = 3.64%
B = 60.52%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8A0EE9 (or 0x8A0EE9) is known color: Blue Violet. HEX triplet: 8A, 0E and E9. RGB value is (138,14,233). Sum of RGB (Red+Green+Blue) = 138+14+233=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 233 (91.41% from 255 or 60.52% from 385); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A0EE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0EE9 is #75F116. Grayscale: #4B4B4B. Windows color (decimal): -7729431 or 15273610. OLE color: 15273610.

HSL color Cylindrical-coordinate representation of color #8A0EE9: hue angle of 273.97º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0EE9 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 14 233 -
CMYK 0.41 0.94 0 0.09
HSL 273.97º 0.89% 0.48% -
HSV(B) 273.97º 0.94% 0.91% -
XYZ 25.35 11.6 77.99 -
YUV 76.04 216.58 172.19 -
System Red Green Blue C M Y K H S L
Decimal 138 14 233 0.41 0.94 0 0.09 273.97 0.89 0.48
Hex 8A E E9 29 5E 0 9 112 59 30
Octal 212 16 351 51 136 0 11 422 131 60
Binary 10001010 1110 11101001 101001 1011110 0 1001 100010010 1011001 110000

Color Harmonies of #8A0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0EE9

Black with #8A0EE9

Text Example


Text Example

White with #8A0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,14,233); }

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

background-color css

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

 a { background-color: rgb(138,14,233); }

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

border-color css

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

 span { border-color: rgb(138,14,233); }

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