Html Css Color HEX #8912F6 Blue Violet

📋 copy color: '#8912F6'

red 137 ◦ green 18 ◦ blue 246

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

Shades of Blue Violet #8912F6

Tints of Blue Violet #8912F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.35%

R = 34.16%
G = 4.49%
B = 61.35%

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

#8912F6 (or 0x8912F6) is known color: Blue Violet. HEX triplet: 89, 12 and F6. RGB value is (137,18,246). Sum of RGB (Red+Green+Blue) = 137+18+246=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #8912F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912F6 is #76ED09. Grayscale: #4E4E4E. Windows color (decimal): -7793930 or 16126601. OLE color: 16126601.

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

Color convert

RGB 137 18 246 -
CMYK 0.44 0.93 0 0.04
HSL 271.32º 0.93% 0.52% -
HSV(B) 271.32º 0.93% 0.96% -
XYZ 27.17 12.4 88.15 -
YUV 79.57 221.92 168.96 -
System Red Green Blue C M Y K H S L
Decimal 137 18 246 0.44 0.93 0 0.04 271.32 0.93 0.52
Hex 89 12 F6 2C 5D 0 4 10F 5D 34
Octal 211 22 366 54 135 0 4 417 135 64
Binary 10001001 10010 11110110 101100 1011101 0 100 100001111 1011101 110100

Color Harmonies of #8912F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912F6

Black with #8912F6

Text Example


Text Example

White with #8912F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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