#8a0fed

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

Shades of Blue Violet #8A0FED

Tints of Blue Violet #8A0FED

Color information

#8A0FED (or 0x8A0FED) is unknown color: approx Blue Violet. HEX triplet: 8A, 0F and ED. RGB value is (138,15,237). Sum of RGB (Red+Green+Blue) = 138+15+237=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A0FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0FED is #75F012. Grayscale: #4C4C4C. Windows color (decimal): -7729171 or 15536010. OLE color: 15536010.

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

Color convert

RGB13815237-
CMYK0.420.9400.07
HSL273.24º88.1%49.41%-
HSV(B)273.24º93.67%92.94%-
XYZ25.9411.8681.04-
YUV77.09218.25171.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 15 (6.25% from 255) = 3.85%
BLUE value IS 237 (92.97% from 255) = 60.77%
R=35.38%
G=3.85%
B=60.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138152370.420.9400.07273.2488.149.41
Hex8AFED2A5E071115831
Octal21217355521360742113061
Binary10001010111111101101101010101111001111000100011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a0fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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