Html Css Color HEX #8711BF Dark Violet

📋 copy color: '#8711BF'

red 135 ◦ green 17 ◦ blue 191

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

Shades of Dark Violet #8711BF

Tints of Dark Violet #8711BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 39.36%
G = 4.96%
B = 55.69%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8711BF (or 0x8711BF) is known color: Dark Violet. HEX triplet: 87, 11 and BF. RGB value is (135,17,191). Sum of RGB (Red+Green+Blue) = 135+17+191=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #8711BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711BF is #78EE40. Grayscale: #474747. Windows color (decimal): -7925313 or 12521863. OLE color: 12521863.

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

Color convert

RGB 135 17 191 -
CMYK 0.29 0.91 0 0.25
HSL 280.69º 0.84% 0.41% -
HSV(B) 280.69º 0.91% 0.75% -
XYZ 19.6 9.31 50.06 -
YUV 72.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 135 17 191 0.29 0.91 0 0.25 280.69 0.84 0.41
Hex 87 11 BF 1D 5B 0 19 119 54 29
Octal 207 21 277 35 133 0 31 431 124 51
Binary 10000111 10001 10111111 11101 1011011 0 11001 100011001 1010100 101001

Color Harmonies of #8711BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8711BF

Black with #8711BF

Text Example


Text Example

White with #8711BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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