Html Css Color HEX #8C3DDB Blue Violet

📋 copy color: '#8C3DDB'

red 140 ◦ green 61 ◦ blue 219

#8C3DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8C3DDB

Tints of Blue Violet #8C3DDB

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 value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C3DDB (or 0x8C3DDB) is known color: 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

RGB 140 61 219 -
CMYK 0.36 0.72 0 0.14
HSL 270º 0.69% 0.55% -
HSV(B) 270º 0.72% 0.86% -
XYZ 25.27 14.03 68.39 -
YUV 102.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 140 61 219 0.36 0.72 0 0.14 270 0.69 0.55
Hex 8C 3D DB 24 48 0 E 10E 45 37
Octal 214 75 333 44 110 0 16 416 105 67
Binary 10001100 111101 11011011 100100 1001000 0 1110 100001110 1000101 110111

Color Harmonies of #8C3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3DDB

Black with #8C3DDB

Text Example


Text Example

White with #8C3DDB

Text Example


Text Example

HTML Codes & Css Web 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>