Html Css Color HEX #870FDA Dark Violet

📋 copy color: '#870FDA'

red 135 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #870FDA

Tints of Dark Violet #870FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 36.68%
G = 4.08%
B = 59.24%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#870FDA (or 0x870FDA) is known color: Dark Violet. HEX triplet: 87, 0F and DA. RGB value is (135,15,218). Sum of RGB (Red+Green+Blue) = 135+15+218=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #870FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FDA is #78F025. Grayscale: #494949. Windows color (decimal): -7925798 or 14290823. OLE color: 14290823.

HSL color Cylindrical-coordinate representation of color #870FDA: hue angle of 275.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FDA is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 15 218 -
CMYK 0.38 0.93 0 0.15
HSL 275.47º 0.87% 0.46% -
HSV(B) 275.47º 0.93% 0.85% -
XYZ 22.82 10.55 67.16 -
YUV 74.02 209.26 171.49 -
System Red Green Blue C M Y K H S L
Decimal 135 15 218 0.38 0.93 0 0.15 275.47 0.87 0.46
Hex 87 F DA 26 5D 0 F 113 57 2E
Octal 207 17 332 46 135 0 17 423 127 56
Binary 10000111 1111 11011010 100110 1011101 0 1111 100010011 1010111 101110

Color Harmonies of #870FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870FDA

Black with #870FDA

Text Example


Text Example

White with #870FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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