Html Css Color HEX #8C4ADC Blue Violet

📋 copy color: '#8C4ADC'

red 140 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #8C4ADC

Tints of Blue Violet #8C4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.05%

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

R = 32.26%
G = 17.05%
B = 50.69%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C4ADC (or 0x8C4ADC) is known color: Blue Violet. HEX triplet: 8C, 4A and DC. RGB value is (140,74,220). Sum of RGB (Red+Green+Blue) = 140+74+220=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ADC is #73B523. Grayscale: #6D6D6D. Windows color (decimal): -7583012 or 14437004. OLE color: 14437004.

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

Color convert

RGB 140 74 220 -
CMYK 0.36 0.66 0 0.14
HSL 267.12º 0.68% 0.58% -
HSV(B) 267.12º 0.66% 0.86% -
XYZ 26.18 15.64 69.35 -
YUV 110.38 189.87 149.13 -
System Red Green Blue C M Y K H S L
Decimal 140 74 220 0.36 0.66 0 0.14 267.12 0.68 0.58
Hex 8C 4A DC 24 42 0 E 10B 44 3A
Octal 214 112 334 44 102 0 16 413 104 72
Binary 10001100 1001010 11011100 100100 1000010 0 1110 100001011 1000100 111010

Color Harmonies of #8C4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4ADC

Black with #8C4ADC

Text Example


Text Example

White with #8C4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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