#8B35EA

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

Shades of Blue Violet #8B35EA

Tints of Blue Violet #8B35EA

Color information

#8B35EA (or 0x8B35EA) is unknown color: approx Blue Violet. HEX triplet: 8B, 35 and EA. RGB value is (139,53,234). Sum of RGB (Red+Green+Blue) = 139+53+234=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B35EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B35EA is #74CA15. Grayscale: #626262. Windows color (decimal): -7653910 or 15349131. OLE color: 15349131.

HSL color Cylindrical-coordinate representation of color #8B35EA: hue angle of 268.51º 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 #8B35EA is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13953234-
CMYK0.410.7700.08
HSL268.51º81.17%56.27%-
HSV(B)268.51º77.35%91.76%-
XYZ26.7713.9879.13-
YUV99.35203.99156.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 53 (21.09% from 255) = 12.44%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=32.63%
G=12.44%
B=54.93%

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
Decimal139532340.410.7700.08268.5181.1756.27
Hex8B35EA294D0810d5138
Octal213653525111501041512170
Binary10001011110101111010101010011001101010001000011011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B35EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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