Html Css Color HEX #871DCC Blue Violet

📋 copy color: '#871DCC'

red 135 ◦ green 29 ◦ blue 204

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

Shades of Blue Violet #871DCC

Tints of Blue Violet #871DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 36.68%
G = 7.88%
B = 55.43%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#871DCC (or 0x871DCC) is known color: Blue Violet. HEX triplet: 87, 1D and CC. RGB value is (135,29,204). Sum of RGB (Red+Green+Blue) = 135+29+204=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #871DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DCC is #78E233. Grayscale: #505050. Windows color (decimal): -7922228 or 13376903. OLE color: 13376903.

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

Color convert

RGB 135 29 204 -
CMYK 0.34 0.86 0 0.2
HSL 276.34º 0.75% 0.46% -
HSV(B) 276.34º 0.86% 0.8% -
XYZ 21.33 10.39 58.01 -
YUV 80.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 135 29 204 0.34 0.86 0 0.2 276.34 0.75 0.46
Hex 87 1D CC 22 56 0 14 114 4B 2E
Octal 207 35 314 42 126 0 24 424 113 56
Binary 10000111 11101 11001100 100010 1010110 0 10100 100010100 1001011 101110

Color Harmonies of #871DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DCC

Black with #871DCC

Text Example


Text Example

White with #871DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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