Html Css Color HEX #8912F4 Blue Violet

📋 copy color: '#8912F4'

red 137 ◦ green 18 ◦ blue 244

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

Shades of Blue Violet #8912F4

Tints of Blue Violet #8912F4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.51%

 BLUE value IS 244 (95.7% from 255) = 61.15%

R = 34.34%
G = 4.51%
B = 61.15%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8912F4 (or 0x8912F4) is known color: Blue Violet. HEX triplet: 89, 12 and F4. RGB value is (137,18,244). Sum of RGB (Red+Green+Blue) = 137+18+244=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 244 (95.70% from 255 or 61.15% from 399); Max value from RGB is 244 - color contains mainly: blue. Hex color #8912F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912F4 is #76ED0B. Grayscale: #4E4E4E. Windows color (decimal): -7793932 or 15995529. OLE color: 15995529.

HSL color Cylindrical-coordinate representation of color #8912F4: hue angle of 271.59º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8912F4 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 18 244 -
CMYK 0.44 0.93 0 0.04
HSL 271.59º 0.91% 0.51% -
HSV(B) 271.59º 0.93% 0.96% -
XYZ 26.86 12.28 86.54 -
YUV 79.35 220.92 169.12 -
System Red Green Blue C M Y K H S L
Decimal 137 18 244 0.44 0.93 0 0.04 271.59 0.91 0.51
Hex 89 12 F4 2C 5D 0 4 110 5B 33
Octal 211 22 364 54 135 0 4 420 133 63
Binary 10001001 10010 11110100 101100 1011101 0 100 100010000 1011011 110011

Color Harmonies of #8912F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912F4

Black with #8912F4

Text Example


Text Example

White with #8912F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8912F4; }

 p { color: rgb(137,18,244); }

 H1.HeaderClassName
 {
   color: #8912F4;
 }
 .AnyTagClassName
 {
   color: #8912F4;
 }
</style>

background-color css

<style>
 a { background-color: #8912F4; }

 a { background-color: rgb(137,18,244); }

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

border-color css

<style>
 span { border-color: #8912F4; }

 span { border-color: rgb(137,18,244); }

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