Html Css Color HEX #8715BF Dark Violet

📋 copy color: '#8715BF'

red 135 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #8715BF

Tints of Dark Violet #8715BF

RGB

 RED value IS 135 (53.13% from 255) = 38.9%

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

 BLUE value IS 191 (75% from 255) = 55.04%

R = 38.9%
G = 6.05%
B = 55.04%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8715BF (or 0x8715BF) is known color: Dark Violet. HEX triplet: 87, 15 and BF. RGB value is (135,21,191). Sum of RGB (Red+Green+Blue) = 135+21+191=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8715BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8715BF is #78EA40. Grayscale: #494949. Windows color (decimal): -7924289 or 12522887. OLE color: 12522887.

HSL color Cylindrical-coordinate representation of color #8715BF: hue angle of 280.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8715BF is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 21 191 -
CMYK 0.29 0.89 0 0.25
HSL 280.24º 0.8% 0.42% -
HSV(B) 280.24º 0.89% 0.75% -
XYZ 19.66 9.45 50.08 -
YUV 74.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 135 21 191 0.29 0.89 0 0.25 280.24 0.8 0.42
Hex 87 15 BF 1D 59 0 19 118 50 2A
Octal 207 25 277 35 131 0 31 430 120 52
Binary 10000111 10101 10111111 11101 1011001 0 11001 100011000 1010000 101010

Color Harmonies of #8715BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8715BF

Black with #8715BF

Text Example


Text Example

White with #8715BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8715BF; }

 p { color: rgb(135,21,191); }

 H1.HeaderClassName
 {
   color: #8715BF;
 }
 .AnyTagClassName
 {
   color: #8715BF;
 }
</style>

background-color css

<style>
 a { background-color: #8715BF; }

 a { background-color: rgb(135,21,191); }

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

border-color css

<style>
 span { border-color: #8715BF; }

 span { border-color: rgb(135,21,191); }

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