#8C35EE

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

Shades of Blue Violet #8C35EE

Tints of Blue Violet #8C35EE

Color information

#8C35EE (or 0x8C35EE) is unknown color: approx Blue Violet. HEX triplet: 8C, 35 and EE. RGB value is (140,53,238). Sum of RGB (Red+Green+Blue) = 140+53+238=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C35EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C35EE is #73CA11. Grayscale: #636363. Windows color (decimal): -7588370 or 15611276. OLE color: 15611276.

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

Color convert

RGB14053238-
CMYK0.410.7800.07
HSL268.22º84.47%57.06%-
HSV(B)268.22º77.73%93.33%-
XYZ27.5214.2982.2-
YUV100.1205.82156.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=32.48%
G=12.30%
B=55.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal140532380.410.7800.07268.2284.4757.06
Hex8C35EE294E0710c5439
Octal21465356511160741412471
Binary1000110011010111101110101001100111001111000011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C35EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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