Html Css Color HEX #8C4ADE Blue Violet

📋 copy color: '#8C4ADE'

red 140 ◦ green 74 ◦ blue 222

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

Shades of Blue Violet #8C4ADE

Tints of Blue Violet #8C4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 32.11%
G = 16.97%
B = 50.92%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C4ADE (or 0x8C4ADE) is known color: Blue Violet. HEX triplet: 8C, 4A and DE. RGB value is (140,74,222). Sum of RGB (Red+Green+Blue) = 140+74+222=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ADE is #73B521. Grayscale: #6E6E6E. Windows color (decimal): -7583010 or 14568076. OLE color: 14568076.

HSL color Cylindrical-coordinate representation of color #8C4ADE: hue angle of 266.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4ADE is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 74 222 -
CMYK 0.37 0.67 0 0.13
HSL 266.76º 0.69% 0.58% -
HSV(B) 266.76º 0.67% 0.87% -
XYZ 26.45 15.75 70.75 -
YUV 110.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 140 74 222 0.37 0.67 0 0.13 266.76 0.69 0.58
Hex 8C 4A DE 25 43 0 D 10B 45 3A
Octal 214 112 336 45 103 0 15 413 105 72
Binary 10001100 1001010 11011110 100101 1000011 0 1101 100001011 1000101 111010

Color Harmonies of #8C4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4ADE

Black with #8C4ADE

Text Example


Text Example

White with #8C4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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