#8C3DDB

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

Shades of Blue Violet #8C3DDB

Tints of Blue Violet #8C3DDB

Color information

#8C3DDB (or 0x8C3DDB) is unknown color: approx Blue Violet. HEX triplet: 8C, 3D and DB. RGB value is (140,61,219). Sum of RGB (Red+Green+Blue) = 140+61+219=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DDB is #73C224. Grayscale: #666666. Windows color (decimal): -7586341 or 14368140. OLE color: 14368140.

HSL color Cylindrical-coordinate representation of color #8C3DDB: hue angle of 270º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C3DDB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14061219-
CMYK0.360.7200.14
HSL270º68.7%54.9%-
HSV(B)270º72.15%85.88%-
XYZ25.2714.0368.39-
YUV102.63193.67154.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 61 (24.22% from 255) = 14.52%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=33.33%
G=14.52%
B=52.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140612190.360.7200.1427068.754.9
Hex8C3DDB24480E10e4537
Octal214753334411001641610567
Binary10001100111101110110111001001001000011101000011101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,219); }

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

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

 a { background-color: rgb(140,61,219); }

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

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

 span { border-color: rgb(140,61,219); }

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