Html Css Color HEX #8D17EF Blue Violet

📋 copy color: '#8D17EF'

red 141 ◦ green 23 ◦ blue 239

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

Shades of Blue Violet #8D17EF

Tints of Blue Violet #8D17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.31%

R = 34.99%
G = 5.71%
B = 59.31%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D17EF (or 0x8D17EF) is known color: Blue Violet. HEX triplet: 8D, 17 and EF. RGB value is (141,23,239). Sum of RGB (Red+Green+Blue) = 141+23+239=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D17EF is #72E810. Grayscale: #525252. Windows color (decimal): -7530513 or 15669133. OLE color: 15669133.

HSL color Cylindrical-coordinate representation of color #8D17EF: hue angle of 272.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D17EF is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 23 239 -
CMYK 0.41 0.90 0 0.06
HSL 272.78º 0.87% 0.51% -
HSV(B) 272.78º 0.9% 0.94% -
XYZ 26.87 12.51 82.66 -
YUV 82.91 216.09 169.44 -
System Red Green Blue C M Y K H S L
Decimal 141 23 239 0.41 0.90 0 0.06 272.78 0.87 0.51
Hex 8D 17 EF 29 5A 0 6 111 57 33
Octal 215 27 357 51 132 0 6 421 127 63
Binary 10001101 10111 11101111 101001 1011010 0 110 100010001 1010111 110011

Color Harmonies of #8D17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D17EF

Black with #8D17EF

Text Example


Text Example

White with #8D17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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