Html Css Color HEX #8917ED Blue Violet

📋 copy color: '#8917ED'

red 137 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #8917ED

Tints of Blue Violet #8917ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 34.51%
G = 5.79%
B = 59.7%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8917ED (or 0x8917ED) is known color: Blue Violet. HEX triplet: 89, 17 and ED. RGB value is (137,23,237). Sum of RGB (Red+Green+Blue) = 137+23+237=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #8917ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8917ED is #76E812. Grayscale: #505050. Windows color (decimal): -7792659 or 15538057. OLE color: 15538057.

HSL color Cylindrical-coordinate representation of color #8917ED: hue angle of 271.96º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8917ED is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 23 237 -
CMYK 0.42 0.90 0 0.07
HSL 271.96º 0.86% 0.51% -
HSV(B) 271.96º 0.9% 0.93% -
XYZ 25.91 12.05 81.08 -
YUV 81.48 215.77 167.6 -
System Red Green Blue C M Y K H S L
Decimal 137 23 237 0.42 0.90 0 0.07 271.96 0.86 0.51
Hex 89 17 ED 2A 5A 0 7 110 56 33
Octal 211 27 355 52 132 0 7 420 126 63
Binary 10001001 10111 11101101 101010 1011010 0 111 100010000 1010110 110011

Color Harmonies of #8917ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8917ED

Black with #8917ED

Text Example


Text Example

White with #8917ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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