Html Css Color HEX #8F17DB Blue Violet

📋 copy color: '#8F17DB'

red 143 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #8F17DB

Tints of Blue Violet #8F17DB

RGB

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

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

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

R = 37.14%
G = 5.97%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F17DB (or 0x8F17DB) is known color: Blue Violet. HEX triplet: 8F, 17 and DB. RGB value is (143,23,219). Sum of RGB (Red+Green+Blue) = 143+23+219=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F17DB is #70E824. Grayscale: #505050. Windows color (decimal): -7399461 or 14358415. OLE color: 14358415.

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

Color convert

RGB 143 23 219 -
CMYK 0.35 0.89 0 0.14
HSL 276.73º 0.81% 0.47% -
HSV(B) 276.73º 0.89% 0.86% -
XYZ 24.42 11.57 67.96 -
YUV 81.22 205.76 172.06 -
System Red Green Blue C M Y K H S L
Decimal 143 23 219 0.35 0.89 0 0.14 276.73 0.81 0.47
Hex 8F 17 DB 23 59 0 E 115 51 2F
Octal 217 27 333 43 131 0 16 425 121 57
Binary 10001111 10111 11011011 100011 1011001 0 1110 100010101 1010001 101111

Color Harmonies of #8F17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F17DB

Black with #8F17DB

Text Example


Text Example

White with #8F17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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