Html Css Color HEX #8F4ADC Blue Violet

📋 copy color: '#8F4ADC'

red 143 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #8F4ADC

Tints of Blue Violet #8F4ADC

RGB

 RED value IS 143 (56.25% from 255) = 32.72%

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

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

R = 32.72%
G = 16.93%
B = 50.34%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F4ADC (or 0x8F4ADC) is known color: Blue Violet. HEX triplet: 8F, 4A and DC. RGB value is (143,74,220). Sum of RGB (Red+Green+Blue) = 143+74+220=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4ADC is #70B523. Grayscale: #6E6E6E. Windows color (decimal): -7386404 or 14437007. OLE color: 14437007.

HSL color Cylindrical-coordinate representation of color #8F4ADC: hue angle of 268.36º 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 #8F4ADC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 74 220 -
CMYK 0.35 0.66 0 0.14
HSL 268.36º 0.68% 0.58% -
HSV(B) 268.36º 0.66% 0.86% -
XYZ 26.69 15.9 69.37 -
YUV 111.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 143 74 220 0.35 0.66 0 0.14 268.36 0.68 0.58
Hex 8F 4A DC 23 42 0 E 10C 44 3A
Octal 217 112 334 43 102 0 16 414 104 72
Binary 10001111 1001010 11011100 100011 1000010 0 1110 100001100 1000100 111010

Color Harmonies of #8F4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4ADC

Black with #8F4ADC

Text Example


Text Example

White with #8F4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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