Html Css Color HEX #871B9F Vivid Violet

📋 copy color: '#871B9F'

red 135 ◦ green 27 ◦ blue 159

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

Shades of Vivid Violet #871B9F

Tints of Vivid Violet #871B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 42.06%
G = 8.41%
B = 49.53%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#871B9F (or 0x871B9F) is known color: Vivid Violet. HEX triplet: 87, 1B and 9F. RGB value is (135,27,159). Sum of RGB (Red+Green+Blue) = 135+27+159=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #871B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B9F is #78E460. Grayscale: #494949. Windows color (decimal): -7922785 or 10427271. OLE color: 10427271.

HSL color Cylindrical-coordinate representation of color #871B9F: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871B9F is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 27 159 -
CMYK 0.15 0.83 0 0.38
HSL 289.09º 0.71% 0.36% -
HSV(B) 289.09º 0.83% 0.62% -
XYZ 16.64 8.44 33.55 -
YUV 74.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 135 27 159 0.15 0.83 0 0.38 289.09 0.71 0.36
Hex 87 1B 9F F 53 0 26 121 47 24
Octal 207 33 237 17 123 0 46 441 107 44
Binary 10000111 11011 10011111 1111 1010011 0 100110 100100001 1000111 100100

Color Harmonies of #871B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871B9F

Black with #871B9F

Text Example


Text Example

White with #871B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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