Html Css Color HEX #8A29FF Blue Violet

📋 copy color: '#8A29FF'

red 138 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #8A29FF

Tints of Blue Violet #8A29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

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

R = 31.8%
G = 9.45%
B = 58.76%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A29FF (or 0x8A29FF) is known color: Blue Violet. HEX triplet: 8A, 29 and FF. RGB value is (138,41,255). Sum of RGB (Red+Green+Blue) = 138+41+255=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A29FF is #75D600. Grayscale: #5D5D5D. Windows color (decimal): -7722497 or 16722314. OLE color: 16722314.

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

Color convert

RGB 138 41 255 -
CMYK 0.46 0.84 0 0
HSL 267.2º 1% 0.58% -
HSV(B) 267.2º 0.84% 1% -
XYZ 29.32 14.21 95.8 -
YUV 94.4 218.64 159.1 -
System Red Green Blue C M Y K H S L
Decimal 138 41 255 0.46 0.84 0 0 267.2 1 0.58
Hex 8A 29 FF 2E 54 0 0 10B 64 3A
Octal 212 51 377 56 124 0 0 413 144 72
Binary 10001010 101001 11111111 101110 1010100 0 0 100001011 1100100 111010

Color Harmonies of #8A29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A29FF

Black with #8A29FF

Text Example


Text Example

White with #8A29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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