Html Css Color HEX #8948F7 Blue Violet

📋 copy color: '#8948F7'

red 137 ◦ green 72 ◦ blue 247

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

Shades of Blue Violet #8948F7

Tints of Blue Violet #8948F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.17%

R = 30.04%
G = 15.79%
B = 54.17%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8948F7 (or 0x8948F7) is known color: Blue Violet. HEX triplet: 89, 48 and F7. RGB value is (137,72,247). Sum of RGB (Red+Green+Blue) = 137+72+247=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #8948F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8948F7 is #76B708. Grayscale: #6E6E6E. Windows color (decimal): -7780105 or 16205961. OLE color: 16205961.

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

Color convert

RGB 137 72 247 -
CMYK 0.45 0.71 0 0.03
HSL 262.29º 0.92% 0.63% -
HSV(B) 262.29º 0.71% 0.97% -
XYZ 29.42 16.67 89.66 -
YUV 111.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 137 72 247 0.45 0.71 0 0.03 262.29 0.92 0.63
Hex 89 48 F7 2D 47 0 3 106 5C 3F
Octal 211 110 367 55 107 0 3 406 134 77
Binary 10001001 1001000 11110111 101101 1000111 0 11 100000110 1011100 111111

Color Harmonies of #8948F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948F7

Black with #8948F7

Text Example


Text Example

White with #8948F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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