Html Css Color HEX #8D17EB Blue Violet

📋 copy color: '#8D17EB'

red 141 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #8D17EB

Tints of Blue Violet #8D17EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 35.34%
G = 5.76%
B = 58.9%

CMYK

 C value IS 0.4

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D17EB (or 0x8D17EB) is known color: Blue Violet. HEX triplet: 8D, 17 and EB. RGB value is (141,23,235). Sum of RGB (Red+Green+Blue) = 141+23+235=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D17EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D17EB is #72E814. Grayscale: #515151. Windows color (decimal): -7530517 or 15406989. OLE color: 15406989.

HSL color Cylindrical-coordinate representation of color #8D17EB: hue angle of 273.4º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D17EB is Cyan = 0.4, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 23 235 -
CMYK 0.4 0.90 0 0.08
HSL 273.4º 0.84% 0.51% -
HSV(B) 273.4º 0.9% 0.92% -
XYZ 26.29 12.27 79.58 -
YUV 82.45 214.09 169.76 -
System Red Green Blue C M Y K H S L
Decimal 141 23 235 0.4 0.90 0 0.08 273.4 0.84 0.51
Hex 8D 17 EB 28 5A 0 8 111 54 33
Octal 215 27 353 50 132 0 10 421 124 63
Binary 10001101 10111 11101011 101000 1011010 0 1000 100010001 1010100 110011

Color Harmonies of #8D17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D17EB

Black with #8D17EB

Text Example


Text Example

White with #8D17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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