Html Css Color HEX #870BD7 Dark Violet

📋 copy color: '#870BD7'

red 135 ◦ green 11 ◦ blue 215

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

Shades of Dark Violet #870BD7

Tints of Dark Violet #870BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.05%

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

R = 37.4%
G = 3.05%
B = 59.56%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#870BD7 (or 0x870BD7) is known color: Dark Violet. HEX triplet: 87, 0B and D7. RGB value is (135,11,215). Sum of RGB (Red+Green+Blue) = 135+11+215=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #870BD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BD7 is #78F428. Grayscale: #464646. Windows color (decimal): -7926825 or 14093191. OLE color: 14093191.

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

Color convert

RGB 135 11 215 -
CMYK 0.37 0.95 0 0.16
HSL 276.47º 0.9% 0.44% -
HSV(B) 276.47º 0.95% 0.84% -
XYZ 22.38 10.3 65.1 -
YUV 71.33 209.08 173.41 -
System Red Green Blue C M Y K H S L
Decimal 135 11 215 0.37 0.95 0 0.16 276.47 0.9 0.44
Hex 87 B D7 25 5F 0 10 114 5A 2C
Octal 207 13 327 45 137 0 20 424 132 54
Binary 10000111 1011 11010111 100101 1011111 0 10000 100010100 1011010 101100

Color Harmonies of #870BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BD7

Black with #870BD7

Text Example


Text Example

White with #870BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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