Html Css Color HEX #8F47DC Blue Violet

📋 copy color: '#8F47DC'

red 143 ◦ green 71 ◦ blue 220

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

Shades of Blue Violet #8F47DC

Tints of Blue Violet #8F47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

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

R = 32.95%
G = 16.36%
B = 50.69%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F47DC (or 0x8F47DC) is known color: Blue Violet. HEX triplet: 8F, 47 and DC. RGB value is (143,71,220). Sum of RGB (Red+Green+Blue) = 143+71+220=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 71 (28.12% from 255 or 16.36% 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 #8F47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47DC is #70B823. Grayscale: #6C6C6C. Windows color (decimal): -7387172 or 14436239. OLE color: 14436239.

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

Color convert

RGB 143 71 220 -
CMYK 0.35 0.68 0 0.14
HSL 268.99º 0.68% 0.57% -
HSV(B) 268.99º 0.68% 0.86% -
XYZ 26.5 15.51 69.31 -
YUV 109.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 143 71 220 0.35 0.68 0 0.14 268.99 0.68 0.57
Hex 8F 47 DC 23 44 0 E 10D 44 39
Octal 217 107 334 43 104 0 16 415 104 71
Binary 10001111 1000111 11011100 100011 1000100 0 1110 100001101 1000100 111001

Color Harmonies of #8F47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F47DC

Black with #8F47DC

Text Example


Text Example

White with #8F47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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