Html Css Color HEX #8920FA Blue Violet

📋 copy color: '#8920FA'

red 137 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #8920FA

Tints of Blue Violet #8920FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

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

R = 32.7%
G = 7.64%
B = 59.67%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8920FA (or 0x8920FA) is known color: Blue Violet. HEX triplet: 89, 20 and FA. RGB value is (137,32,250). Sum of RGB (Red+Green+Blue) = 137+32+250=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #8920FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8920FA is #76DF05. Grayscale: #575757. Windows color (decimal): -7790342 or 16392329. OLE color: 16392329.

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

Color convert

RGB 137 32 250 -
CMYK 0.45 0.87 0 0.02
HSL 268.9º 0.96% 0.55% -
HSV(B) 268.9º 0.87% 0.98% -
XYZ 28.09 13.25 91.52 -
YUV 88.25 219.29 162.77 -
System Red Green Blue C M Y K H S L
Decimal 137 32 250 0.45 0.87 0 0.02 268.9 0.96 0.55
Hex 89 20 FA 2D 57 0 2 10D 60 37
Octal 211 40 372 55 127 0 2 415 140 67
Binary 10001001 100000 11111010 101101 1010111 0 10 100001101 1100000 110111

Color Harmonies of #8920FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8920FA

Black with #8920FA

Text Example


Text Example

White with #8920FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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