Html Css Color HEX #8912FA Blue Violet

📋 copy color: '#8912FA'

red 137 ◦ green 18 ◦ blue 250

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

Shades of Blue Violet #8912FA

Tints of Blue Violet #8912FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 33.83%
G = 4.44%
B = 61.73%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8912FA (or 0x8912FA) is known color: Blue Violet. HEX triplet: 89, 12 and FA. RGB value is (137,18,250). Sum of RGB (Red+Green+Blue) = 137+18+250=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8912FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912FA is #76ED05. Grayscale: #4F4F4F. Windows color (decimal): -7793926 or 16388745. OLE color: 16388745.

HSL color Cylindrical-coordinate representation of color #8912FA: hue angle of 270.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8912FA is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 18 250 -
CMYK 0.45 0.93 0 0.02
HSL 270.78º 0.96% 0.53% -
HSV(B) 270.78º 0.93% 0.98% -
XYZ 27.79 12.65 91.42 -
YUV 80.03 223.92 168.64 -
System Red Green Blue C M Y K H S L
Decimal 137 18 250 0.45 0.93 0 0.02 270.78 0.96 0.53
Hex 89 12 FA 2D 5D 0 2 10F 60 35
Octal 211 22 372 55 135 0 2 417 140 65
Binary 10001001 10010 11111010 101101 1011101 0 10 100001111 1100000 110101

Color Harmonies of #8912FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912FA

Black with #8912FA

Text Example


Text Example

White with #8912FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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