Html Css Color HEX #8713BD Dark Violet

📋 copy color: '#8713BD'

red 135 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #8713BD

Tints of Dark Violet #8713BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.1%

R = 39.36%
G = 5.54%
B = 55.1%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8713BD (or 0x8713BD) is known color: Dark Violet. HEX triplet: 87, 13 and BD. RGB value is (135,19,189). Sum of RGB (Red+Green+Blue) = 135+19+189=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #8713BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8713BD is #78EC42. Grayscale: #484848. Windows color (decimal): -7924803 or 12391303. OLE color: 12391303.

HSL color Cylindrical-coordinate representation of color #8713BD: hue angle of 280.94º 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 #8713BD is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 19 189 -
CMYK 0.29 0.90 0 0.26
HSL 280.94º 0.82% 0.41% -
HSV(B) 280.94º 0.9% 0.74% -
XYZ 19.41 9.29 48.91 -
YUV 73.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 135 19 189 0.29 0.90 0 0.26 280.94 0.82 0.41
Hex 87 13 BD 1D 5A 0 1A 119 52 29
Octal 207 23 275 35 132 0 32 431 122 51
Binary 10000111 10011 10111101 11101 1011010 0 11010 100011001 1010010 101001

Color Harmonies of #8713BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8713BD

Black with #8713BD

Text Example


Text Example

White with #8713BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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