Html Css Color HEX #871C96 Vivid Violet

📋 copy color: '#871C96'

red 135 ◦ green 28 ◦ blue 150

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

Shades of Vivid Violet #871C96

Tints of Vivid Violet #871C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 43.13%
G = 8.95%
B = 47.92%

CMYK

 C value IS 0.1

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#871C96 (or 0x871C96) is known color: Vivid Violet. HEX triplet: 87, 1C and 96. RGB value is (135,28,150). Sum of RGB (Red+Green+Blue) = 135+28+150=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #871C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871C96 is #78E369. Grayscale: #494949. Windows color (decimal): -7922538 or 9837703. OLE color: 9837703.

HSL color Cylindrical-coordinate representation of color #871C96: hue angle of 292.62º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871C96 is Cyan = 0.1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 28 150 -
CMYK 0.1 0.81 0 0.41
HSL 292.62º 0.69% 0.35% -
HSV(B) 292.62º 0.81% 0.59% -
XYZ 15.91 8.18 29.6 -
YUV 73.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 135 28 150 0.1 0.81 0 0.41 292.62 0.69 0.35
Hex 87 1C 96 A 51 0 29 125 45 23
Octal 207 34 226 12 121 0 51 445 105 43
Binary 10000111 11100 10010110 1010 1010001 0 101001 100100101 1000101 100011

Color Harmonies of #871C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C96

Black with #871C96

Text Example


Text Example

White with #871C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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