#8C3CE3

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

Shades of Blue Violet #8C3CE3

Tints of Blue Violet #8C3CE3

Color information

#8C3CE3 (or 0x8C3CE3) is unknown color: approx Blue Violet. HEX triplet: 8C, 3C and E3. RGB value is (140,60,227). Sum of RGB (Red+Green+Blue) = 140+60+227=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #8C3CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CE3 is #73C31C. Grayscale: #666666. Windows color (decimal): -7586589 or 14892172. OLE color: 14892172.

HSL color Cylindrical-coordinate representation of color #8C3CE3: hue angle of 268.74º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3CE3 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14060227-
CMYK0.380.7400.11
HSL268.74º74.89%56.27%-
HSV(B)268.74º73.57%89.02%-
XYZ26.314.3574.06-
YUV102.96198154.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 227 (89.06% from 255) = 53.16%
R=32.79%
G=14.05%
B=53.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal140602270.380.7400.11268.7474.8956.27
Hex8C3CE3264A0B10d4b38
Octal214743434611201341511370
Binary10001100111100111000111001101001010010111000011011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,60,227); }

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

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

 a { background-color: rgb(140,60,227); }

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

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

 span { border-color: rgb(140,60,227); }

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