#8A3DED

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

Shades of Blue Violet #8A3DED

Tints of Blue Violet #8A3DED

Color information

#8A3DED (or 0x8A3DED) is unknown color: approx Blue Violet. HEX triplet: 8A, 3D and ED. RGB value is (138,61,237). Sum of RGB (Red+Green+Blue) = 138+61+237=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A3DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3DED is #75C212. Grayscale: #676767. Windows color (decimal): -7717395 or 15547786. OLE color: 15547786.

HSL color Cylindrical-coordinate representation of color #8A3DED: hue angle of 266.25º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A3DED is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13861237-
CMYK0.420.7400.07
HSL266.25º83.02%58.43%-
HSV(B)266.25º74.26%92.94%-
XYZ27.4414.8681.54-
YUV104.09203.01152.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=31.65%
G=13.99%
B=54.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138612370.420.7400.07266.2583.0258.43
Hex8A3DED2A4A0710a533a
Octal21275355521120741212372
Binary1000101011110111101101101010100101001111000010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,237); }

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

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

 a { background-color: rgb(138,61,237); }

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

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

 span { border-color: rgb(138,61,237); }

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