Html Css Color HEX #8C3CDC Blue Violet

📋 copy color: '#8C3CDC'

red 140 ◦ green 60 ◦ blue 220

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

Shades of Blue Violet #8C3CDC

Tints of Blue Violet #8C3CDC

RGB

 RED value IS 140 (55.08% from 255) = 33.33%

 GREEN value IS 60 (23.83% from 255) = 14.29%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 33.33%
G = 14.29%
B = 52.38%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C3CDC (or 0x8C3CDC) is known color: Blue Violet. HEX triplet: 8C, 3C and DC. RGB value is (140,60,220). Sum of RGB (Red+Green+Blue) = 140+60+220=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CDC is #73C323. Grayscale: #656565. Windows color (decimal): -7586596 or 14433420. OLE color: 14433420.

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

Color convert

RGB 140 60 220 -
CMYK 0.36 0.73 0 0.14
HSL 270º 0.7% 0.55% -
HSV(B) 270º 0.73% 0.86% -
XYZ 25.35 13.97 69.07 -
YUV 102.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 140 60 220 0.36 0.73 0 0.14 270 0.7 0.55
Hex 8C 3C DC 24 49 0 E 10E 46 37
Octal 214 74 334 44 111 0 16 416 106 67
Binary 10001100 111100 11011100 100100 1001001 0 1110 100001110 1000110 110111

Color Harmonies of #8C3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3CDC

Black with #8C3CDC

Text Example


Text Example

White with #8C3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C3CDC;
 }
 .AnyTagClassName
 {
   color: #8C3CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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