Html Css Color HEX #870FD7 Dark Violet

📋 copy color: '#870FD7'

red 135 ◦ green 15 ◦ blue 215

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

Shades of Dark Violet #870FD7

Tints of Dark Violet #870FD7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 36.99%
G = 4.11%
B = 58.9%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#870FD7 (or 0x870FD7) is known color: Dark Violet. HEX triplet: 87, 0F and D7. RGB value is (135,15,215). Sum of RGB (Red+Green+Blue) = 135+15+215=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #870FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FD7 is #78F028. Grayscale: #494949. Windows color (decimal): -7925801 or 14094215. OLE color: 14094215.

HSL color Cylindrical-coordinate representation of color #870FD7: hue angle of 276º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FD7 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 15 215 -
CMYK 0.37 0.93 0 0.16
HSL 276º 0.87% 0.45% -
HSV(B) 276º 0.93% 0.84% -
XYZ 22.43 10.4 65.12 -
YUV 73.68 207.76 171.74 -
System Red Green Blue C M Y K H S L
Decimal 135 15 215 0.37 0.93 0 0.16 276 0.87 0.45
Hex 87 F D7 25 5D 0 10 114 57 2D
Octal 207 17 327 45 135 0 20 424 127 55
Binary 10000111 1111 11010111 100101 1011101 0 10000 100010100 1010111 101101

Color Harmonies of #870FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FD7

Black with #870FD7

Text Example


Text Example

White with #870FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870FD7; }

 p { color: rgb(135,15,215); }

 H1.HeaderClassName
 {
   color: #870FD7;
 }
 .AnyTagClassName
 {
   color: #870FD7;
 }
</style>

background-color css

<style>
 a { background-color: #870FD7; }

 a { background-color: rgb(135,15,215); }

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

border-color css

<style>
 span { border-color: #870FD7; }

 span { border-color: rgb(135,15,215); }

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