Html Css Color HEX #8700BE Dark Violet

📋 copy color: '#8700BE'

red 135 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #8700BE

Tints of Dark Violet #8700BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 41.54%
G = 0%
B = 58.46%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8700BE (or 0x8700BE) is known color: Dark Violet. HEX triplet: 87, 00 and BE. RGB value is (135,0,190). Sum of RGB (Red+Green+Blue) = 135+0+190=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #8700BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700BE is #78FF41. Grayscale: #3D3D3D. Windows color (decimal): -7929666 or 12451975. OLE color: 12451975.

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

Color convert

RGB 135 0 190 -
CMYK 0.29 1 0 0.25
HSL 282.63º 1% 0.37% -
HSV(B) 282.63º 1% 0.75% -
XYZ 19.29 8.87 49.41 -
YUV 62.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 135 0 190 0.29 1 0 0.25 282.63 1 0.37
Hex 87 0 BE 1D 64 0 19 11B 64 25
Octal 207 0 276 35 144 0 31 433 144 45
Binary 10000111 0 10111110 11101 1100100 0 11001 100011011 1100100 100101

Color Harmonies of #8700BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700BE

Black with #8700BE

Text Example


Text Example

White with #8700BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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