#8A35EA

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

Shades of Blue Violet #8A35EA

Tints of Blue Violet #8A35EA

Color information

#8A35EA (or 0x8A35EA) is unknown color: approx Blue Violet. HEX triplet: 8A, 35 and EA. RGB value is (138,53,234). Sum of RGB (Red+Green+Blue) = 138+53+234=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A35EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A35EA is #75CA15. Grayscale: #626262. Windows color (decimal): -7719446 or 15349130. OLE color: 15349130.

HSL color Cylindrical-coordinate representation of color #8A35EA: hue angle of 268.18º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A35EA is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13853234-
CMYK0.410.7700.08
HSL268.18º81.17%56.27%-
HSV(B)268.18º77.35%91.76%-
XYZ26.6113.8979.12-
YUV99.05204.16155.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 234 (91.80% from 255) = 55.06%
R=32.47%
G=12.47%
B=55.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138532340.410.7700.08268.1881.1756.27
Hex8A35EA294D0810c5138
Octal212653525111501041412170
Binary10001010110101111010101010011001101010001000011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,53,234); }

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

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

 a { background-color: rgb(138,53,234); }

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

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

 span { border-color: rgb(138,53,234); }

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