Html Css Color HEX #871FCC Blue Violet

📋 copy color: '#871FCC'

red 135 ◦ green 31 ◦ blue 204

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

Shades of Blue Violet #871FCC

Tints of Blue Violet #871FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.38%

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

R = 36.49%
G = 8.38%
B = 55.14%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#871FCC (or 0x871FCC) is known color: Blue Violet. HEX triplet: 87, 1F and CC. RGB value is (135,31,204). Sum of RGB (Red+Green+Blue) = 135+31+204=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #871FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FCC is #78E033. Grayscale: #515151. Windows color (decimal): -7921716 or 13377415. OLE color: 13377415.

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

Color convert

RGB 135 31 204 -
CMYK 0.34 0.85 0 0.2
HSL 276.07º 0.74% 0.46% -
HSV(B) 276.07º 0.85% 0.8% -
XYZ 21.38 10.49 58.02 -
YUV 81.82 196.96 165.93 -
System Red Green Blue C M Y K H S L
Decimal 135 31 204 0.34 0.85 0 0.2 276.07 0.74 0.46
Hex 87 1F CC 22 55 0 14 114 4A 2E
Octal 207 37 314 42 125 0 24 424 112 56
Binary 10000111 11111 11001100 100010 1010101 0 10100 100010100 1001010 101110

Color Harmonies of #871FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871FCC

Black with #871FCC

Text Example


Text Example

White with #871FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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