Html Css Color HEX #8A28EB Blue Violet

📋 copy color: '#8A28EB'

red 138 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #8A28EB

Tints of Blue Violet #8A28EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.69%

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

R = 33.41%
G = 9.69%
B = 56.9%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A28EB (or 0x8A28EB) is known color: Blue Violet. HEX triplet: 8A, 28 and EB. RGB value is (138,40,235). Sum of RGB (Red+Green+Blue) = 138+40+235=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A28EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A28EB is #75D714. Grayscale: #5A5A5A. Windows color (decimal): -7722773 or 15411338. OLE color: 15411338.

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

Color convert

RGB 138 40 235 -
CMYK 0.41 0.83 0 0.08
HSL 270.15º 0.83% 0.54% -
HSV(B) 270.15º 0.83% 0.92% -
XYZ 26.24 12.92 79.71 -
YUV 91.53 208.97 161.14 -
System Red Green Blue C M Y K H S L
Decimal 138 40 235 0.41 0.83 0 0.08 270.15 0.83 0.54
Hex 8A 28 EB 29 53 0 8 10E 53 36
Octal 212 50 353 51 123 0 10 416 123 66
Binary 10001010 101000 11101011 101001 1010011 0 1000 100001110 1010011 110110

Color Harmonies of #8A28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A28EB

Black with #8A28EB

Text Example


Text Example

White with #8A28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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