Html Css Color HEX #8700BC Dark Violet

📋 copy color: '#8700BC'

red 135 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #8700BC

Tints of Dark Violet #8700BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.8%
G = 0%
B = 58.2%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8700BC (or 0x8700BC) is known color: Dark Violet. HEX triplet: 87, 00 and BC. RGB value is (135,0,188). Sum of RGB (Red+Green+Blue) = 135+0+188=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #8700BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700BC is #78FF43. Grayscale: #3D3D3D. Windows color (decimal): -7929668 or 12320903. OLE color: 12320903.

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

Color convert

RGB 135 0 188 -
CMYK 0.28 1 0 0.26
HSL 283.09º 1% 0.37% -
HSV(B) 283.09º 1% 0.74% -
XYZ 19.07 8.78 48.27 -
YUV 61.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 135 0 188 0.28 1 0 0.26 283.09 1 0.37
Hex 87 0 BC 1C 64 0 1A 11B 64 25
Octal 207 0 274 34 144 0 32 433 144 45
Binary 10000111 0 10111100 11100 1100100 0 11010 100011011 1100100 100101

Color Harmonies of #8700BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700BC

Black with #8700BC

Text Example


Text Example

White with #8700BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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