Html Css Color HEX #871DCE Blue Violet

📋 copy color: '#871DCE'

red 135 ◦ green 29 ◦ blue 206

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

Shades of Blue Violet #871DCE

Tints of Blue Violet #871DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 36.49%
G = 7.84%
B = 55.68%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#871DCE (or 0x871DCE) is known color: Blue Violet. HEX triplet: 87, 1D and CE. RGB value is (135,29,206). Sum of RGB (Red+Green+Blue) = 135+29+206=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #871DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DCE is #78E231. Grayscale: #505050. Windows color (decimal): -7922226 or 13507975. OLE color: 13507975.

HSL color Cylindrical-coordinate representation of color #871DCE: hue angle of 275.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871DCE is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 29 206 -
CMYK 0.34 0.86 0 0.19
HSL 275.93º 0.75% 0.46% -
HSV(B) 275.93º 0.86% 0.81% -
XYZ 21.57 10.49 59.28 -
YUV 80.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 135 29 206 0.34 0.86 0 0.19 275.93 0.75 0.46
Hex 87 1D CE 22 56 0 13 114 4B 2E
Octal 207 35 316 42 126 0 23 424 113 56
Binary 10000111 11101 11001110 100010 1010110 0 10011 100010100 1001011 101110

Color Harmonies of #871DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DCE

Black with #871DCE

Text Example


Text Example

White with #871DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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