Html Css Color HEX #8D1FDB Blue Violet

📋 copy color: '#8D1FDB'

red 141 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #8D1FDB

Tints of Blue Violet #8D1FDB

RGB

 RED value IS 141 (55.47% from 255) = 36.06%

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

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

R = 36.06%
G = 7.93%
B = 56.01%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D1FDB (or 0x8D1FDB) is known color: Blue Violet. HEX triplet: 8D, 1F and DB. RGB value is (141,31,219). Sum of RGB (Red+Green+Blue) = 141+31+219=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FDB is #72E024. Grayscale: #545454. Windows color (decimal): -7528485 or 14360461. OLE color: 14360461.

HSL color Cylindrical-coordinate representation of color #8D1FDB: hue angle of 275.11º 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 #8D1FDB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 31 219 -
CMYK 0.36 0.86 0 0.14
HSL 275.11º 0.75% 0.49% -
HSV(B) 275.11º 0.86% 0.86% -
XYZ 24.26 11.76 68.01 -
YUV 85.32 203.44 167.71 -
System Red Green Blue C M Y K H S L
Decimal 141 31 219 0.36 0.86 0 0.14 275.11 0.75 0.49
Hex 8D 1F DB 24 56 0 E 113 4B 31
Octal 215 37 333 44 126 0 16 423 113 61
Binary 10001101 11111 11011011 100100 1010110 0 1110 100010011 1001011 110001

Color Harmonies of #8D1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1FDB

Black with #8D1FDB

Text Example


Text Example

White with #8D1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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