#8C3EDF

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

Shades of Blue Violet #8C3EDF

Tints of Blue Violet #8C3EDF

Color information

#8C3EDF (or 0x8C3EDF) is unknown color: approx Blue Violet. HEX triplet: 8C, 3E and DF. RGB value is (140,62,223). Sum of RGB (Red+Green+Blue) = 140+62+223=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3EDF is #73C120. Grayscale: #676767. Windows color (decimal): -7586081 or 14630540. OLE color: 14630540.

HSL color Cylindrical-coordinate representation of color #8C3EDF: hue angle of 269.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C3EDF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14062223-
CMYK0.370.7200.13
HSL269.07º71.56%55.88%-
HSV(B)269.07º72.2%87.45%-
XYZ25.8614.3571.22-
YUV103.68195.34153.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 62 (24.61% from 255) = 14.59%
BLUE value IS 223 (87.5% from 255) = 52.47%
R=32.94%
G=14.59%
B=52.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140622230.370.7200.13269.0771.5655.88
Hex8C3EDF25480D10d4838
Octal214763374511001541511070
Binary10001100111110110111111001011001000011011000011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,62,223); }

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

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

 a { background-color: rgb(140,62,223); }

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

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

 span { border-color: rgb(140,62,223); }

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