Html Css Color HEX #8710BD Dark Violet

📋 copy color: '#8710BD'

red 135 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #8710BD

Tints of Dark Violet #8710BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

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

R = 39.71%
G = 4.71%
B = 55.59%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8710BD (or 0x8710BD) is known color: Dark Violet. HEX triplet: 87, 10 and BD. RGB value is (135,16,189). Sum of RGB (Red+Green+Blue) = 135+16+189=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #8710BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710BD is #78EF42. Grayscale: #464646. Windows color (decimal): -7925571 or 12390535. OLE color: 12390535.

HSL color Cylindrical-coordinate representation of color #8710BD: hue angle of 281.27º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8710BD is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 16 189 -
CMYK 0.29 0.92 0 0.26
HSL 281.27º 0.84% 0.4% -
HSV(B) 281.27º 0.92% 0.74% -
XYZ 19.36 9.2 48.9 -
YUV 71.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 135 16 189 0.29 0.92 0 0.26 281.27 0.84 0.4
Hex 87 10 BD 1D 5C 0 1A 119 54 28
Octal 207 20 275 35 134 0 32 431 124 50
Binary 10000111 10000 10111101 11101 1011100 0 11010 100011001 1010100 101000

Color Harmonies of #8710BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8710BD

Black with #8710BD

Text Example


Text Example

White with #8710BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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