Html Css Color HEX #8A18DE Blue Violet

📋 copy color: '#8A18DE'

red 138 ◦ green 24 ◦ blue 222

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

Shades of Blue Violet #8A18DE

Tints of Blue Violet #8A18DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.25%

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

R = 35.94%
G = 6.25%
B = 57.81%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A18DE (or 0x8A18DE) is known color: Blue Violet. HEX triplet: 8A, 18 and DE. RGB value is (138,24,222). Sum of RGB (Red+Green+Blue) = 138+24+222=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A18DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A18DE is #75E721. Grayscale: #4F4F4F. Windows color (decimal): -7726882 or 14555274. OLE color: 14555274.

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

Color convert

RGB 138 24 222 -
CMYK 0.38 0.89 0 0.13
HSL 274.55º 0.8% 0.48% -
HSV(B) 274.55º 0.89% 0.87% -
XYZ 23.99 11.33 70.03 -
YUV 80.66 207.77 168.9 -
System Red Green Blue C M Y K H S L
Decimal 138 24 222 0.38 0.89 0 0.13 274.55 0.8 0.48
Hex 8A 18 DE 26 59 0 D 113 50 30
Octal 212 30 336 46 131 0 15 423 120 60
Binary 10001010 11000 11011110 100110 1011001 0 1101 100010011 1010000 110000

Color Harmonies of #8A18DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A18DE

Black with #8A18DE

Text Example


Text Example

White with #8A18DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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