#8A4DE7

Color #8A4DE7 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8A4DE7

Tints of Blue Violet #8A4DE7

Color information

#8A4DE7 (or 0x8A4DE7) is unknown color: approx Blue Violet. HEX triplet: 8A, 4D and E7. RGB value is (138,77,231). Sum of RGB (Red+Green+Blue) = 138+77+231=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A4DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4DE7 is #75B218. Grayscale: #707070. Windows color (decimal): -7713305 or 15158666. OLE color: 15158666.

HSL color Cylindrical-coordinate representation of color #8A4DE7: hue angle of 263.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4DE7 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13877231-
CMYK0.400.6700.09
HSL263.77º76.24%60.39%-
HSV(B)263.77º66.67%90.59%-
XYZ27.5616.4877.33-
YUV112.8194.71145.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 231 (90.62% from 255) = 51.79%
R=30.94%
G=17.26%
B=51.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138772310.400.6700.09263.7776.2460.39
Hex8A4DE72843091084c3c
Octal2121153475010301141011474
Binary100010101001101111001111010001000011010011000010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,231); }

 H1.HeaderClassName
 {
   color: #8A4DE7;
 }
 .AnyTagClassName
 {
   color: #8A4DE7;
 }
</style>
background-color css

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

 a { background-color: rgb(138,77,231); }

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

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

 span { border-color: rgb(138,77,231); }

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