Html Css Color HEX #8D17DB Blue Violet

📋 copy color: '#8D17DB'

red 141 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #8D17DB

Tints of Blue Violet #8D17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.01%

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

R = 36.81%
G = 6.01%
B = 57.18%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D17DB (or 0x8D17DB) is known color: Blue Violet. HEX triplet: 8D, 17 and DB. RGB value is (141,23,219). Sum of RGB (Red+Green+Blue) = 141+23+219=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D17DB is #72E824. Grayscale: #4F4F4F. Windows color (decimal): -7530533 or 14358413. OLE color: 14358413.

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

Color convert

RGB 141 23 219 -
CMYK 0.36 0.89 0 0.14
HSL 276.12º 0.81% 0.47% -
HSV(B) 276.12º 0.89% 0.86% -
XYZ 24.08 11.39 67.95 -
YUV 80.63 206.09 171.06 -
System Red Green Blue C M Y K H S L
Decimal 141 23 219 0.36 0.89 0 0.14 276.12 0.81 0.47
Hex 8D 17 DB 24 59 0 E 114 51 2F
Octal 215 27 333 44 131 0 16 424 121 57
Binary 10001101 10111 11011011 100100 1011001 0 1110 100010100 1010001 101111

Color Harmonies of #8D17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D17DB

Black with #8D17DB

Text Example


Text Example

White with #8D17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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