Html Css Color HEX #8A18FF Blue Violet

📋 copy color: '#8A18FF'

red 138 ◦ green 24 ◦ blue 255

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

Shades of Blue Violet #8A18FF

Tints of Blue Violet #8A18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 33.09%
G = 5.76%
B = 61.15%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A18FF (or 0x8A18FF) is known color: Blue Violet. HEX triplet: 8A, 18 and FF. RGB value is (138,24,255). Sum of RGB (Red+Green+Blue) = 138+24+255=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A18FF is #75E700. Grayscale: #535353. Windows color (decimal): -7726849 or 16717962. OLE color: 16717962.

HSL color Cylindrical-coordinate representation of color #8A18FF: hue angle of 269.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A18FF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 24 255 -
CMYK 0.46 0.91 0 0
HSL 269.61º 1% 0.55% -
HSV(B) 269.61º 0.91% 1% -
XYZ 28.86 13.28 95.65 -
YUV 84.42 224.27 166.22 -
System Red Green Blue C M Y K H S L
Decimal 138 24 255 0.46 0.91 0 0 269.61 1 0.55
Hex 8A 18 FF 2E 5B 0 0 10E 64 37
Octal 212 30 377 56 133 0 0 416 144 67
Binary 10001010 11000 11111111 101110 1011011 0 0 100001110 1100100 110111

Color Harmonies of #8A18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A18FF

Black with #8A18FF

Text Example


Text Example

White with #8A18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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