Html Css Color HEX #8A40D5 Blue Violet

📋 copy color: '#8A40D5'

red 138 ◦ green 64 ◦ blue 213

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

Shades of Blue Violet #8A40D5

Tints of Blue Violet #8A40D5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 213 (83.59% from 255) = 51.33%

R = 33.25%
G = 15.42%
B = 51.33%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8A40D5 (or 0x8A40D5) is known color: Blue Violet. HEX triplet: 8A, 40 and D5. RGB value is (138,64,213). Sum of RGB (Red+Green+Blue) = 138+64+213=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A40D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40D5 is #75BF2A. Grayscale: #666666. Windows color (decimal): -7716651 or 13975690. OLE color: 13975690.

HSL color Cylindrical-coordinate representation of color #8A40D5: hue angle of 269.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A40D5 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 64 213 -
CMYK 0.35 0.70 0 0.16
HSL 269.8º 0.64% 0.54% -
HSV(B) 269.8º 0.7% 0.84% -
XYZ 24.32 13.87 64.35 -
YUV 103.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 138 64 213 0.35 0.70 0 0.16 269.8 0.64 0.54
Hex 8A 40 D5 23 46 0 10 10E 40 36
Octal 212 100 325 43 106 0 20 416 100 66
Binary 10001010 1000000 11010101 100011 1000110 0 10000 100001110 1000000 110110

Color Harmonies of #8A40D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A40D5

Black with #8A40D5

Text Example


Text Example

White with #8A40D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,64,213); }

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

background-color css

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

 a { background-color: rgb(138,64,213); }

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

border-color css

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

 span { border-color: rgb(138,64,213); }

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