Html Css Color HEX #871BCC Blue Violet

📋 copy color: '#871BCC'

red 135 ◦ green 27 ◦ blue 204

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

Shades of Blue Violet #871BCC

Tints of Blue Violet #871BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 36.89%
G = 7.38%
B = 55.74%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#871BCC (or 0x871BCC) is known color: Blue Violet. HEX triplet: 87, 1B and CC. RGB value is (135,27,204). Sum of RGB (Red+Green+Blue) = 135+27+204=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #871BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BCC is #78E433. Grayscale: #4E4E4E. Windows color (decimal): -7922740 or 13376391. OLE color: 13376391.

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

Color convert

RGB 135 27 204 -
CMYK 0.34 0.87 0 0.2
HSL 276.61º 0.77% 0.45% -
HSV(B) 276.61º 0.87% 0.8% -
XYZ 21.28 10.29 57.99 -
YUV 79.47 198.28 167.61 -
System Red Green Blue C M Y K H S L
Decimal 135 27 204 0.34 0.87 0 0.2 276.61 0.77 0.45
Hex 87 1B CC 22 57 0 14 115 4D 2D
Octal 207 33 314 42 127 0 24 425 115 55
Binary 10000111 11011 11001100 100010 1010111 0 10100 100010101 1001101 101101

Color Harmonies of #871BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871BCC

Black with #871BCC

Text Example


Text Example

White with #871BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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