Html Css Color HEX #870AB4 Dark Violet

📋 copy color: '#870AB4'

red 135 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #870AB4

Tints of Dark Violet #870AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 41.54%
G = 3.08%
B = 55.38%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#870AB4 (or 0x870AB4) is known color: Dark Violet. HEX triplet: 87, 0A and B4. RGB value is (135,10,180). Sum of RGB (Red+Green+Blue) = 135+10+180=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #870AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870AB4 is #78F54B. Grayscale: #424242. Windows color (decimal): -7927116 or 11799175. OLE color: 11799175.

HSL color Cylindrical-coordinate representation of color #870AB4: hue angle of 284.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870AB4 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 10 180 -
CMYK 0.25 0.94 0 0.29
HSL 284.12º 0.89% 0.37% -
HSV(B) 284.12º 0.94% 0.71% -
XYZ 18.34 8.66 43.89 -
YUV 66.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 135 10 180 0.25 0.94 0 0.29 284.12 0.89 0.37
Hex 87 A B4 19 5E 0 1D 11C 59 25
Octal 207 12 264 31 136 0 35 434 131 45
Binary 10000111 1010 10110100 11001 1011110 0 11101 100011100 1011001 100101

Color Harmonies of #870AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870AB4

Black with #870AB4

Text Example


Text Example

White with #870AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,180); }

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

background-color css

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

 a { background-color: rgb(135,10,180); }

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

border-color css

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

 span { border-color: rgb(135,10,180); }

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