Html Css Color HEX #8D17EA Blue Violet

📋 copy color: '#8D17EA'

red 141 ◦ green 23 ◦ blue 234

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

Shades of Blue Violet #8D17EA

Tints of Blue Violet #8D17EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 35.43%
G = 5.78%
B = 58.79%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D17EA (or 0x8D17EA) is known color: Blue Violet. HEX triplet: 8D, 17 and EA. RGB value is (141,23,234). Sum of RGB (Red+Green+Blue) = 141+23+234=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D17EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D17EA is #72E815. Grayscale: #515151. Windows color (decimal): -7530518 or 15341453. OLE color: 15341453.

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

Color convert

RGB 141 23 234 -
CMYK 0.40 0.90 0 0.08
HSL 273.55º 0.83% 0.5% -
HSV(B) 273.55º 0.9% 0.92% -
XYZ 26.14 12.22 78.82 -
YUV 82.34 213.59 169.84 -
System Red Green Blue C M Y K H S L
Decimal 141 23 234 0.40 0.90 0 0.08 273.55 0.83 0.5
Hex 8D 17 EA 28 5A 0 8 112 53 32
Octal 215 27 352 50 132 0 10 422 123 62
Binary 10001101 10111 11101010 101000 1011010 0 1000 100010010 1010011 110010

Color Harmonies of #8D17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D17EA

Black with #8D17EA

Text Example


Text Example

White with #8D17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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