Html Css Color HEX #8701BC Dark Violet

📋 copy color: '#8701BC'

red 135 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #8701BC

Tints of Dark Violet #8701BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 41.67%
G = 0.31%
B = 58.02%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8701BC (or 0x8701BC) is known color: Dark Violet. HEX triplet: 87, 01 and BC. RGB value is (135,1,188). Sum of RGB (Red+Green+Blue) = 135+1+188=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #8701BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8701BC is #78FE43. Grayscale: #3D3D3D. Windows color (decimal): -7929412 or 12321159. OLE color: 12321159.

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

Color convert

RGB 135 1 188 -
CMYK 0.28 0.99 0 0.26
HSL 282.99º 0.99% 0.37% -
HSV(B) 282.99º 0.99% 0.74% -
XYZ 19.08 8.8 48.27 -
YUV 62.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 135 1 188 0.28 0.99 0 0.26 282.99 0.99 0.37
Hex 87 1 BC 1C 63 0 1A 11B 63 25
Octal 207 1 274 34 143 0 32 433 143 45
Binary 10000111 1 10111100 11100 1100011 0 11010 100011011 1100011 100101

Color Harmonies of #8701BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8701BC

Black with #8701BC

Text Example


Text Example

White with #8701BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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