Html Css Color HEX #8948FA Blue Violet

📋 copy color: '#8948FA'

red 137 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #8948FA

Tints of Blue Violet #8948FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.69%

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

R = 29.85%
G = 15.69%
B = 54.47%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8948FA (or 0x8948FA) is known color: Blue Violet. HEX triplet: 89, 48 and FA. RGB value is (137,72,250). Sum of RGB (Red+Green+Blue) = 137+72+250=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #8948FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8948FA is #76B705. Grayscale: #6F6F6F. Windows color (decimal): -7780102 or 16402569. OLE color: 16402569.

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

Color convert

RGB 137 72 250 -
CMYK 0.45 0.71 0 0.02
HSL 261.91º 0.95% 0.63% -
HSV(B) 261.91º 0.71% 0.98% -
XYZ 29.89 16.86 92.12 -
YUV 111.73 206.03 146.03 -
System Red Green Blue C M Y K H S L
Decimal 137 72 250 0.45 0.71 0 0.02 261.91 0.95 0.63
Hex 89 48 FA 2D 47 0 2 106 5F 3F
Octal 211 110 372 55 107 0 2 406 137 77
Binary 10001001 1001000 11111010 101101 1000111 0 10 100000110 1011111 111111

Color Harmonies of #8948FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948FA

Black with #8948FA

Text Example


Text Example

White with #8948FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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