Html Css Color HEX #8700BB Dark Violet

📋 copy color: '#8700BB'

red 135 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #8700BB

Tints of Dark Violet #8700BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 41.93%
G = 0%
B = 58.07%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8700BB (or 0x8700BB) is known color: Dark Violet. HEX triplet: 87, 00 and BB. RGB value is (135,0,187). Sum of RGB (Red+Green+Blue) = 135+0+187=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #8700BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700BB is #78FF44. Grayscale: #3D3D3D. Windows color (decimal): -7929669 or 12255367. OLE color: 12255367.

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

Color convert

RGB 135 0 187 -
CMYK 0.28 1 0 0.27
HSL 283.32º 1% 0.37% -
HSV(B) 283.32º 1% 0.73% -
XYZ 18.96 8.74 47.7 -
YUV 61.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 135 0 187 0.28 1 0 0.27 283.32 1 0.37
Hex 87 0 BB 1C 64 0 1B 11B 64 25
Octal 207 0 273 34 144 0 33 433 144 45
Binary 10000111 0 10111011 11100 1100100 0 11011 100011011 1100100 100101

Color Harmonies of #8700BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700BB

Black with #8700BB

Text Example


Text Example

White with #8700BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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