Html Css Color HEX #8914FC Blue Violet

📋 copy color: '#8914FC'

red 137 ◦ green 20 ◦ blue 252

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

Shades of Blue Violet #8914FC

Tints of Blue Violet #8914FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 33.5%
G = 4.89%
B = 61.61%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8914FC (or 0x8914FC) is known color: Blue Violet. HEX triplet: 89, 14 and FC. RGB value is (137,20,252). Sum of RGB (Red+Green+Blue) = 137+20+252=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #8914FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8914FC is #76EB03. Grayscale: #505050. Windows color (decimal): -7793412 or 16520329. OLE color: 16520329.

HSL color Cylindrical-coordinate representation of color #8914FC: hue angle of 270.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8914FC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 20 252 -
CMYK 0.46 0.92 0 0.01
HSL 270.26º 0.97% 0.53% -
HSV(B) 270.26º 0.92% 0.99% -
XYZ 28.14 12.85 93.09 -
YUV 81.43 224.26 167.64 -
System Red Green Blue C M Y K H S L
Decimal 137 20 252 0.46 0.92 0 0.01 270.26 0.97 0.53
Hex 89 14 FC 2E 5C 0 1 10E 61 35
Octal 211 24 374 56 134 0 1 416 141 65
Binary 10001001 10100 11111100 101110 1011100 0 1 100001110 1100001 110101

Color Harmonies of #8914FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8914FC

Black with #8914FC

Text Example


Text Example

White with #8914FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8914FC; }

 p { color: rgb(137,20,252); }

 H1.HeaderClassName
 {
   color: #8914FC;
 }
 .AnyTagClassName
 {
   color: #8914FC;
 }
</style>

background-color css

<style>
 a { background-color: #8914FC; }

 a { background-color: rgb(137,20,252); }

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

border-color css

<style>
 span { border-color: #8914FC; }

 span { border-color: rgb(137,20,252); }

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