Html Css Color HEX #8D3FDB Blue Violet

📋 copy color: '#8D3FDB'

red 141 ◦ green 63 ◦ blue 219

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

Shades of Blue Violet #8D3FDB

Tints of Blue Violet #8D3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.89%

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

R = 33.33%
G = 14.89%
B = 51.77%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D3FDB (or 0x8D3FDB) is known color: Blue Violet. HEX triplet: 8D, 3F and DB. RGB value is (141,63,219). Sum of RGB (Red+Green+Blue) = 141+63+219=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3FDB is #72C024. Grayscale: #676767. Windows color (decimal): -7520293 or 14368653. OLE color: 14368653.

HSL color Cylindrical-coordinate representation of color #8D3FDB: hue angle of 270º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3FDB is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 63 219 -
CMYK 0.36 0.71 0 0.14
HSL 270º 0.68% 0.55% -
HSV(B) 270º 0.71% 0.86% -
XYZ 25.55 14.33 68.44 -
YUV 104.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 141 63 219 0.36 0.71 0 0.14 270 0.68 0.55
Hex 8D 3F DB 24 47 0 E 10E 44 37
Octal 215 77 333 44 107 0 16 416 104 67
Binary 10001101 111111 11011011 100100 1000111 0 1110 100001110 1000100 110111

Color Harmonies of #8D3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3FDB

Black with #8D3FDB

Text Example


Text Example

White with #8D3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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