Html Css Color HEX #8915D7 Blue Violet

📋 copy color: '#8915D7'

red 137 ◦ green 21 ◦ blue 215

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

Shades of Blue Violet #8915D7

Tints of Blue Violet #8915D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.64%

R = 36.73%
G = 5.63%
B = 57.64%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8915D7 (or 0x8915D7) is known color: Blue Violet. HEX triplet: 89, 15 and D7. RGB value is (137,21,215). Sum of RGB (Red+Green+Blue) = 137+21+215=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #8915D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915D7 is #76EA28. Grayscale: #4D4D4D. Windows color (decimal): -7793193 or 14095753. OLE color: 14095753.

HSL color Cylindrical-coordinate representation of color #8915D7: hue angle of 275.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8915D7 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 21 215 -
CMYK 0.36 0.90 0 0.16
HSL 275.88º 0.82% 0.46% -
HSV(B) 275.88º 0.9% 0.84% -
XYZ 22.85 10.76 65.16 -
YUV 77.8 205.43 170.23 -
System Red Green Blue C M Y K H S L
Decimal 137 21 215 0.36 0.90 0 0.16 275.88 0.82 0.46
Hex 89 15 D7 24 5A 0 10 114 52 2E
Octal 211 25 327 44 132 0 20 424 122 56
Binary 10001001 10101 11010111 100100 1011010 0 10000 100010100 1010010 101110

Color Harmonies of #8915D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915D7

Black with #8915D7

Text Example


Text Example

White with #8915D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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