Html Css Color HEX #871CCD Blue Violet

📋 copy color: '#871CCD'

red 135 ◦ green 28 ◦ blue 205

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

Shades of Blue Violet #871CCD

Tints of Blue Violet #871CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 36.68%
G = 7.61%
B = 55.71%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#871CCD (or 0x871CCD) is known color: Blue Violet. HEX triplet: 87, 1C and CD. RGB value is (135,28,205). Sum of RGB (Red+Green+Blue) = 135+28+205=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #871CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CCD is #78E332. Grayscale: #4F4F4F. Windows color (decimal): -7922483 or 13442183. OLE color: 13442183.

HSL color Cylindrical-coordinate representation of color #871CCD: hue angle of 276.27º degrees, saturation: 0.76, 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 #871CCD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 28 205 -
CMYK 0.34 0.86 0 0.20
HSL 276.27º 0.76% 0.46% -
HSV(B) 276.27º 0.86% 0.8% -
XYZ 21.43 10.39 58.63 -
YUV 80.17 198.45 167.11 -
System Red Green Blue C M Y K H S L
Decimal 135 28 205 0.34 0.86 0 0.20 276.27 0.76 0.46
Hex 87 1C CD 22 56 0 14 114 4C 2E
Octal 207 34 315 42 126 0 24 424 114 56
Binary 10000111 11100 11001101 100010 1010110 0 10100 100010100 1001100 101110

Color Harmonies of #871CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CCD

Black with #871CCD

Text Example


Text Example

White with #871CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,28,205); }

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

background-color css

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

 a { background-color: rgb(135,28,205); }

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

border-color css

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

 span { border-color: rgb(135,28,205); }

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