Html Css Color HEX #8F18DF Blue Violet

📋 copy color: '#8F18DF'

red 143 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #8F18DF

Tints of Blue Violet #8F18DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 36.67%
G = 6.15%
B = 57.18%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F18DF (or 0x8F18DF) is known color: Blue Violet. HEX triplet: 8F, 18 and DF. RGB value is (143,24,223). Sum of RGB (Red+Green+Blue) = 143+24+223=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18DF is #70E720. Grayscale: #515151. Windows color (decimal): -7399201 or 14620815. OLE color: 14620815.

HSL color Cylindrical-coordinate representation of color #8F18DF: hue angle of 275.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F18DF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 24 223 -
CMYK 0.36 0.89 0 0.13
HSL 275.88º 0.81% 0.48% -
HSV(B) 275.88º 0.89% 0.87% -
XYZ 24.97 11.82 70.78 -
YUV 82.27 207.42 171.32 -
System Red Green Blue C M Y K H S L
Decimal 143 24 223 0.36 0.89 0 0.13 275.88 0.81 0.48
Hex 8F 18 DF 24 59 0 D 114 51 30
Octal 217 30 337 44 131 0 15 424 121 60
Binary 10001111 11000 11011111 100100 1011001 0 1101 100010100 1010001 110000

Color Harmonies of #8F18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18DF

Black with #8F18DF

Text Example


Text Example

White with #8F18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,24,223); }

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

background-color css

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

 a { background-color: rgb(143,24,223); }

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

border-color css

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

 span { border-color: rgb(143,24,223); }

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