Html Css Color HEX #8F37DC Blue Violet

📋 copy color: '#8F37DC'

red 143 ◦ green 55 ◦ blue 220

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

Shades of Blue Violet #8F37DC

Tints of Blue Violet #8F37DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.16%

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

R = 34.21%
G = 13.16%
B = 52.63%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F37DC (or 0x8F37DC) is known color: Blue Violet. HEX triplet: 8F, 37 and DC. RGB value is (143,55,220). Sum of RGB (Red+Green+Blue) = 143+55+220=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37DC is #70C823. Grayscale: #636363. Windows color (decimal): -7391268 or 14432143. OLE color: 14432143.

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

Color convert

RGB 143 55 220 -
CMYK 0.35 0.75 0 0.14
HSL 272º 0.7% 0.54% -
HSV(B) 272º 0.75% 0.86% -
XYZ 25.61 13.74 69.01 -
YUV 100.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 143 55 220 0.35 0.75 0 0.14 272 0.7 0.54
Hex 8F 37 DC 23 4B 0 E 110 46 36
Octal 217 67 334 43 113 0 16 420 106 66
Binary 10001111 110111 11011100 100011 1001011 0 1110 100010000 1000110 110110

Color Harmonies of #8F37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F37DC

Black with #8F37DC

Text Example


Text Example

White with #8F37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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