Html Css Color HEX #871F9B Vivid Violet

📋 copy color: '#871F9B'

red 135 ◦ green 31 ◦ blue 155

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

Shades of Vivid Violet #871F9B

Tints of Vivid Violet #871F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 42.06%
G = 9.66%
B = 48.29%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#871F9B (or 0x871F9B) is known color: Vivid Violet. HEX triplet: 87, 1F and 9B. RGB value is (135,31,155). Sum of RGB (Red+Green+Blue) = 135+31+155=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #871F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871F9B is #78E064. Grayscale: #4B4B4B. Windows color (decimal): -7921765 or 10166151. OLE color: 10166151.

HSL color Cylindrical-coordinate representation of color #871F9B: hue angle of 290.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871F9B is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 31 155 -
CMYK 0.13 0.8 0 0.39
HSL 290.32º 0.67% 0.36% -
HSV(B) 290.32º 0.8% 0.61% -
XYZ 16.4 8.5 31.79 -
YUV 76.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 135 31 155 0.13 0.8 0 0.39 290.32 0.67 0.36
Hex 87 1F 9B D 50 0 27 122 43 24
Octal 207 37 233 15 120 0 47 442 103 44
Binary 10000111 11111 10011011 1101 1010000 0 100111 100100010 1000011 100100

Color Harmonies of #871F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F9B

Black with #871F9B

Text Example


Text Example

White with #871F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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