Html Css Color HEX #8A17EB Blue Violet

📋 copy color: '#8A17EB'

red 138 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #8A17EB

Tints of Blue Violet #8A17EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

 BLUE value IS 235 (92.19% from 255) = 59.34%

R = 34.85%
G = 5.81%
B = 59.34%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A17EB (or 0x8A17EB) is known color: Blue Violet. HEX triplet: 8A, 17 and EB. RGB value is (138,23,235). Sum of RGB (Red+Green+Blue) = 138+23+235=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A17EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A17EB is #75E814. Grayscale: #505050. Windows color (decimal): -7727125 or 15406986. OLE color: 15406986.

HSL color Cylindrical-coordinate representation of color #8A17EB: hue angle of 272.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A17EB is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 23 235 -
CMYK 0.41 0.90 0 0.08
HSL 272.55º 0.84% 0.51% -
HSV(B) 272.55º 0.9% 0.92% -
XYZ 25.78 12.01 79.56 -
YUV 81.55 214.6 168.26 -
System Red Green Blue C M Y K H S L
Decimal 138 23 235 0.41 0.90 0 0.08 272.55 0.84 0.51
Hex 8A 17 EB 29 5A 0 8 111 54 33
Octal 212 27 353 51 132 0 10 421 124 63
Binary 10001010 10111 11101011 101001 1011010 0 1000 100010001 1010100 110011

Color Harmonies of #8A17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A17EB

Black with #8A17EB

Text Example


Text Example

White with #8A17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,23,235); }

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

background-color css

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

 a { background-color: rgb(138,23,235); }

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

border-color css

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

 span { border-color: rgb(138,23,235); }

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