Html Css Color HEX #871DD7 Blue Violet

📋 copy color: '#871DD7'

red 135 ◦ green 29 ◦ blue 215

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

Shades of Blue Violet #871DD7

Tints of Blue Violet #871DD7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.65%

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

R = 35.62%
G = 7.65%
B = 56.73%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#871DD7 (or 0x871DD7) is known color: Blue Violet. HEX triplet: 87, 1D and D7. RGB value is (135,29,215). Sum of RGB (Red+Green+Blue) = 135+29+215=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #871DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DD7 is #78E228. Grayscale: #515151. Windows color (decimal): -7922217 or 14097799. OLE color: 14097799.

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

Color convert

RGB 135 29 215 -
CMYK 0.37 0.87 0 0.16
HSL 274.19º 0.76% 0.48% -
HSV(B) 274.19º 0.87% 0.84% -
XYZ 22.7 10.94 65.2 -
YUV 81.9 203.12 165.88 -
System Red Green Blue C M Y K H S L
Decimal 135 29 215 0.37 0.87 0 0.16 274.19 0.76 0.48
Hex 87 1D D7 25 57 0 10 112 4C 30
Octal 207 35 327 45 127 0 20 422 114 60
Binary 10000111 11101 11010111 100101 1010111 0 10000 100010010 1001100 110000

Color Harmonies of #871DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DD7

Black with #871DD7

Text Example


Text Example

White with #871DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871DD7; }

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

 H1.HeaderClassName
 {
   color: #871DD7;
 }
 .AnyTagClassName
 {
   color: #871DD7;
 }
</style>

background-color css

<style>
 a { background-color: #871DD7; }

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

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

border-color css

<style>
 span { border-color: #871DD7; }

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

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