#8B35EE

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

Shades of Blue Violet #8B35EE

Tints of Blue Violet #8B35EE

Color information

#8B35EE (or 0x8B35EE) is unknown color: approx Blue Violet. HEX triplet: 8B, 35 and EE. RGB value is (139,53,238). Sum of RGB (Red+Green+Blue) = 139+53+238=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B35EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B35EE is #74CA11. Grayscale: #636363. Windows color (decimal): -7653906 or 15611275. OLE color: 15611275.

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

Color convert

RGB13953238-
CMYK0.420.7800.07
HSL267.89º84.47%57.06%-
HSV(B)267.89º77.73%93.33%-
XYZ27.3514.2182.19-
YUV99.8205.99155.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 53 (21.09% from 255) = 12.33%
BLUE value IS 238 (93.36% from 255) = 55.35%
R=32.33%
G=12.33%
B=55.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139532380.420.7800.07267.8984.4757.06
Hex8B35EE2A4E0710c5439
Octal21365356521160741412471
Binary1000101111010111101110101010100111001111000011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B35EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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