Html Css Color HEX #8C4ADA Blue Violet

📋 copy color: '#8C4ADA'

red 140 ◦ green 74 ◦ blue 218

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

Shades of Blue Violet #8C4ADA

Tints of Blue Violet #8C4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 32.41%
G = 17.13%
B = 50.46%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C4ADA (or 0x8C4ADA) is known color: Blue Violet. HEX triplet: 8C, 4A and DA. RGB value is (140,74,218). Sum of RGB (Red+Green+Blue) = 140+74+218=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ADA is #73B525. Grayscale: #6D6D6D. Windows color (decimal): -7583014 or 14305932. OLE color: 14305932.

HSL color Cylindrical-coordinate representation of color #8C4ADA: hue angle of 267.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4ADA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 74 218 -
CMYK 0.36 0.66 0 0.15
HSL 267.5º 0.66% 0.57% -
HSV(B) 267.5º 0.66% 0.85% -
XYZ 25.92 15.53 67.96 -
YUV 110.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 140 74 218 0.36 0.66 0 0.15 267.5 0.66 0.57
Hex 8C 4A DA 24 42 0 F 10C 42 39
Octal 214 112 332 44 102 0 17 414 102 71
Binary 10001100 1001010 11011010 100100 1000010 0 1111 100001100 1000010 111001

Color Harmonies of #8C4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4ADA

Black with #8C4ADA

Text Example


Text Example

White with #8C4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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