Html Css Color HEX #8918ED Blue Violet

📋 copy color: '#8918ED'

red 137 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #8918ED

Tints of Blue Violet #8918ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

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

R = 34.42%
G = 6.03%
B = 59.55%

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

#8918ED (or 0x8918ED) is known color: Blue Violet. HEX triplet: 89, 18 and ED. RGB value is (137,24,237). Sum of RGB (Red+Green+Blue) = 137+24+237=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #8918ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8918ED is #76E712. Grayscale: #515151. Windows color (decimal): -7792403 or 15538313. OLE color: 15538313.

HSL color Cylindrical-coordinate representation of color #8918ED: hue angle of 271.83º 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 #8918ED is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 24 237 -
CMYK 0.42 0.90 0 0.07
HSL 271.83º 0.86% 0.51% -
HSV(B) 271.83º 0.9% 0.93% -
XYZ 25.93 12.09 81.09 -
YUV 82.07 215.44 167.18 -
System Red Green Blue C M Y K H S L
Decimal 137 24 237 0.42 0.90 0 0.07 271.83 0.86 0.51
Hex 89 18 ED 2A 5A 0 7 110 56 33
Octal 211 30 355 52 132 0 7 420 126 63
Binary 10001001 11000 11101101 101010 1011010 0 111 100010000 1010110 110011

Color Harmonies of #8918ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8918ED

Black with #8918ED

Text Example


Text Example

White with #8918ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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