Html Css Color HEX #8915F8 Blue Violet

📋 copy color: '#8915F8'

red 137 ◦ green 21 ◦ blue 248

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

Shades of Blue Violet #8915F8

Tints of Blue Violet #8915F8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

 BLUE value IS 248 (97.27% from 255) = 61.08%

R = 33.74%
G = 5.17%
B = 61.08%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8915F8 (or 0x8915F8) is known color: Blue Violet. HEX triplet: 89, 15 and F8. RGB value is (137,21,248). Sum of RGB (Red+Green+Blue) = 137+21+248=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #8915F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8915F8 is #76EA07. Grayscale: #505050. Windows color (decimal): -7793160 or 16258441. OLE color: 16258441.

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

Color convert

RGB 137 21 248 -
CMYK 0.45 0.92 0 0.03
HSL 270.66º 0.94% 0.53% -
HSV(B) 270.66º 0.92% 0.97% -
XYZ 27.53 12.63 89.79 -
YUV 81.56 221.93 167.54 -
System Red Green Blue C M Y K H S L
Decimal 137 21 248 0.45 0.92 0 0.03 270.66 0.94 0.53
Hex 89 15 F8 2D 5C 0 3 10F 5E 35
Octal 211 25 370 55 134 0 3 417 136 65
Binary 10001001 10101 11111000 101101 1011100 0 11 100001111 1011110 110101

Color Harmonies of #8915F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915F8

Black with #8915F8

Text Example


Text Example

White with #8915F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8915F8; }

 p { color: rgb(137,21,248); }

 H1.HeaderClassName
 {
   color: #8915F8;
 }
 .AnyTagClassName
 {
   color: #8915F8;
 }
</style>

background-color css

<style>
 a { background-color: #8915F8; }

 a { background-color: rgb(137,21,248); }

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

border-color css

<style>
 span { border-color: #8915F8; }

 span { border-color: rgb(137,21,248); }

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