Html Css Color HEX #8713BC Dark Violet

📋 copy color: '#8713BC'

red 135 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #8713BC

Tints of Dark Violet #8713BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 39.47%
G = 5.56%
B = 54.97%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8713BC (or 0x8713BC) is known color: Dark Violet. HEX triplet: 87, 13 and BC. RGB value is (135,19,188). Sum of RGB (Red+Green+Blue) = 135+19+188=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #8713BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713BC is #78EC43. Grayscale: #484848. Windows color (decimal): -7924804 or 12325767. OLE color: 12325767.

HSL color Cylindrical-coordinate representation of color #8713BC: hue angle of 281.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8713BC is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 19 188 -
CMYK 0.28 0.90 0 0.26
HSL 281.18º 0.82% 0.41% -
HSV(B) 281.18º 0.9% 0.74% -
XYZ 19.3 9.25 48.34 -
YUV 72.95 192.93 172.26 -
System Red Green Blue C M Y K H S L
Decimal 135 19 188 0.28 0.90 0 0.26 281.18 0.82 0.41
Hex 87 13 BC 1C 5A 0 1A 119 52 29
Octal 207 23 274 34 132 0 32 431 122 51
Binary 10000111 10011 10111100 11100 1011010 0 11010 100011001 1010010 101001

Color Harmonies of #8713BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8713BC

Black with #8713BC

Text Example


Text Example

White with #8713BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8713BC; }

 p { color: rgb(135,19,188); }

 H1.HeaderClassName
 {
   color: #8713BC;
 }
 .AnyTagClassName
 {
   color: #8713BC;
 }
</style>

background-color css

<style>
 a { background-color: #8713BC; }

 a { background-color: rgb(135,19,188); }

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

border-color css

<style>
 span { border-color: #8713BC; }

 span { border-color: rgb(135,19,188); }

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