#8E35D7

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

Shades of Blue Violet #8E35D7

Tints of Blue Violet #8E35D7

Color information

#8E35D7 (or 0x8E35D7) is unknown color: approx Blue Violet. HEX triplet: 8E, 35 and D7. RGB value is (142,53,215). Sum of RGB (Red+Green+Blue) = 142+53+215=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E35D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E35D7 is #71CA28. Grayscale: #616161. Windows color (decimal): -7457321 or 14103950. OLE color: 14103950.

HSL color Cylindrical-coordinate representation of color #8E35D7: hue angle of 272.96º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E35D7 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14253215-
CMYK0.340.7500.16
HSL272.96º66.94%52.55%-
HSV(B)272.96º75.35%84.31%-
XYZ24.6913.265.54-
YUV98.08193.99159.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 215 (84.38% from 255) = 52.44%
R=34.63%
G=12.93%
B=52.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142532150.340.7500.16272.9666.9452.55
Hex8E35D7224B0101114335
Octal216653274211302042110365
Binary100011101101011101011110001010010110100001000100011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E35D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,215); }

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

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

 a { background-color: rgb(142,53,215); }

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

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

 span { border-color: rgb(142,53,215); }

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