Html Css Color HEX #8918EF Blue Violet

📋 copy color: '#8918EF'

red 137 ◦ green 24 ◦ blue 239

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

Shades of Blue Violet #8918EF

Tints of Blue Violet #8918EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 34.25%
G = 6%
B = 59.75%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8918EF (or 0x8918EF) is known color: Blue Violet. HEX triplet: 89, 18 and EF. RGB value is (137,24,239). Sum of RGB (Red+Green+Blue) = 137+24+239=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #8918EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8918EF is #76E710. Grayscale: #515151. Windows color (decimal): -7792401 or 15669385. OLE color: 15669385.

HSL color Cylindrical-coordinate representation of color #8918EF: hue angle of 271.53º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8918EF is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 24 239 -
CMYK 0.43 0.90 0 0.06
HSL 271.53º 0.87% 0.52% -
HSV(B) 271.53º 0.9% 0.94% -
XYZ 26.22 12.2 82.63 -
YUV 82.3 216.44 167.02 -
System Red Green Blue C M Y K H S L
Decimal 137 24 239 0.43 0.90 0 0.06 271.53 0.87 0.52
Hex 89 18 EF 2B 5A 0 6 110 57 34
Octal 211 30 357 53 132 0 6 420 127 64
Binary 10001001 11000 11101111 101011 1011010 0 110 100010000 1010111 110100

Color Harmonies of #8918EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8918EF

Black with #8918EF

Text Example


Text Example

White with #8918EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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