Html Css Color HEX #8715BA Dark Violet

📋 copy color: '#8715BA'

red 135 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #8715BA

Tints of Dark Violet #8715BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 39.47%
G = 6.14%
B = 54.39%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8715BA (or 0x8715BA) is known color: Dark Violet. HEX triplet: 87, 15 and BA. RGB value is (135,21,186). Sum of RGB (Red+Green+Blue) = 135+21+186=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #8715BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8715BA is #78EA45. Grayscale: #494949. Windows color (decimal): -7924294 or 12195207. OLE color: 12195207.

HSL color Cylindrical-coordinate representation of color #8715BA: hue angle of 281.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8715BA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 21 186 -
CMYK 0.27 0.89 0 0.27
HSL 281.45º 0.8% 0.41% -
HSV(B) 281.45º 0.89% 0.73% -
XYZ 19.12 9.23 47.23 -
YUV 73.9 191.27 171.58 -
System Red Green Blue C M Y K H S L
Decimal 135 21 186 0.27 0.89 0 0.27 281.45 0.8 0.41
Hex 87 15 BA 1B 59 0 1B 119 50 29
Octal 207 25 272 33 131 0 33 431 120 51
Binary 10000111 10101 10111010 11011 1011001 0 11011 100011001 1010000 101001

Color Harmonies of #8715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8715BA

Black with #8715BA

Text Example


Text Example

White with #8715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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