Html Css Color HEX #8F47DD Blue Violet

📋 copy color: '#8F47DD'

red 143 ◦ green 71 ◦ blue 221

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

Shades of Blue Violet #8F47DD

Tints of Blue Violet #8F47DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 32.87%
G = 16.32%
B = 50.8%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F47DD (or 0x8F47DD) is known color: Blue Violet. HEX triplet: 8F, 47 and DD. RGB value is (143,71,221). Sum of RGB (Red+Green+Blue) = 143+71+221=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F47DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47DD is #70B822. Grayscale: #6D6D6D. Windows color (decimal): -7387171 or 14501775. OLE color: 14501775.

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

Color convert

RGB 143 71 221 -
CMYK 0.35 0.68 0 0.13
HSL 268.8º 0.69% 0.57% -
HSV(B) 268.8º 0.68% 0.87% -
XYZ 26.63 15.57 70.01 -
YUV 109.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 143 71 221 0.35 0.68 0 0.13 268.8 0.69 0.57
Hex 8F 47 DD 23 44 0 D 10D 45 39
Octal 217 107 335 43 104 0 15 415 105 71
Binary 10001111 1000111 11011101 100011 1000100 0 1101 100001101 1000101 111001

Color Harmonies of #8F47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F47DD

Black with #8F47DD

Text Example


Text Example

White with #8F47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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