Html Css Color HEX #871DD0 Blue Violet

📋 copy color: '#871DD0'

red 135 ◦ green 29 ◦ blue 208

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

Shades of Blue Violet #871DD0

Tints of Blue Violet #871DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 36.29%
G = 7.8%
B = 55.91%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#871DD0 (or 0x871DD0) is known color: Blue Violet. HEX triplet: 87, 1D and D0. RGB value is (135,29,208). Sum of RGB (Red+Green+Blue) = 135+29+208=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #871DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DD0 is #78E22F. Grayscale: #505050. Windows color (decimal): -7922224 or 13639047. OLE color: 13639047.

HSL color Cylindrical-coordinate representation of color #871DD0: hue angle of 275.53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871DD0 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 29 208 -
CMYK 0.35 0.86 0 0.18
HSL 275.53º 0.76% 0.46% -
HSV(B) 275.53º 0.86% 0.82% -
XYZ 21.82 10.58 60.57 -
YUV 81.1 199.62 166.45 -
System Red Green Blue C M Y K H S L
Decimal 135 29 208 0.35 0.86 0 0.18 275.53 0.76 0.46
Hex 87 1D D0 23 56 0 12 114 4C 2E
Octal 207 35 320 43 126 0 22 424 114 56
Binary 10000111 11101 11010000 100011 1010110 0 10010 100010100 1001100 101110

Color Harmonies of #871DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DD0

Black with #871DD0

Text Example


Text Example

White with #871DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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