Html Css Color HEX #8F1FDB Blue Violet

📋 copy color: '#8F1FDB'

red 143 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #8F1FDB

Tints of Blue Violet #8F1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.89%

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 36.39%
G = 7.89%
B = 55.73%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F1FDB (or 0x8F1FDB) is known color: Blue Violet. HEX triplet: 8F, 1F and DB. RGB value is (143,31,219). Sum of RGB (Red+Green+Blue) = 143+31+219=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FDB is #70E024. Grayscale: #555555. Windows color (decimal): -7397413 or 14360463. OLE color: 14360463.

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

Color convert

RGB 143 31 219 -
CMYK 0.35 0.86 0 0.14
HSL 275.74º 0.75% 0.49% -
HSV(B) 275.74º 0.86% 0.86% -
XYZ 24.6 11.93 68.02 -
YUV 85.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 143 31 219 0.35 0.86 0 0.14 275.74 0.75 0.49
Hex 8F 1F DB 23 56 0 E 114 4B 31
Octal 217 37 333 43 126 0 16 424 113 61
Binary 10001111 11111 11011011 100011 1010110 0 1110 100010100 1001011 110001

Color Harmonies of #8F1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1FDB

Black with #8F1FDB

Text Example


Text Example

White with #8F1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,31,219); }

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

background-color css

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

 a { background-color: rgb(143,31,219); }

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

border-color css

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

 span { border-color: rgb(143,31,219); }

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