Html Css Color HEX #8917EA Blue Violet

📋 copy color: '#8917EA'

red 137 ◦ green 23 ◦ blue 234

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

Shades of Blue Violet #8917EA

Tints of Blue Violet #8917EA

RGB

 RED value IS 137 (53.91% from 255) = 34.77%

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

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

R = 34.77%
G = 5.84%
B = 59.39%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8917EA (or 0x8917EA) is known color: Blue Violet. HEX triplet: 89, 17 and EA. RGB value is (137,23,234). Sum of RGB (Red+Green+Blue) = 137+23+234=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #8917EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8917EA is #76E815. Grayscale: #505050. Windows color (decimal): -7792662 or 15341449. OLE color: 15341449.

HSL color Cylindrical-coordinate representation of color #8917EA: hue angle of 272.42º 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 #8917EA is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 23 234 -
CMYK 0.41 0.90 0 0.08
HSL 272.42º 0.83% 0.5% -
HSV(B) 272.42º 0.9% 0.92% -
XYZ 25.47 11.87 78.79 -
YUV 81.14 214.27 167.84 -
System Red Green Blue C M Y K H S L
Decimal 137 23 234 0.41 0.90 0 0.08 272.42 0.83 0.5
Hex 89 17 EA 29 5A 0 8 110 53 32
Octal 211 27 352 51 132 0 10 420 123 62
Binary 10001001 10111 11101010 101001 1011010 0 1000 100010000 1010011 110010

Color Harmonies of #8917EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8917EA

Black with #8917EA

Text Example


Text Example

White with #8917EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8917EA; }

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

 H1.HeaderClassName
 {
   color: #8917EA;
 }
 .AnyTagClassName
 {
   color: #8917EA;
 }
</style>

background-color css

<style>
 a { background-color: #8917EA; }

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

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

border-color css

<style>
 span { border-color: #8917EA; }

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

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