Html Css Color HEX #874D91 Vivid Violet

📋 copy color: '#874D91'

red 135 ◦ green 77 ◦ blue 145

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

Shades of Vivid Violet #874D91

Tints of Vivid Violet #874D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 37.82%
G = 21.57%
B = 40.62%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#874D91 (or 0x874D91) is known color: Vivid Violet. HEX triplet: 87, 4D and 91. RGB value is (135,77,145). Sum of RGB (Red+Green+Blue) = 135+77+145=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #874D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D91 is #78B26E. Grayscale: #656565. Windows color (decimal): -7909999 or 9522567. OLE color: 9522567.

HSL color Cylindrical-coordinate representation of color #874D91: hue angle of 291.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874D91 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 77 145 -
CMYK 0.07 0.47 0 0.43
HSL 291.18º 0.31% 0.44% -
HSV(B) 291.18º 0.47% 0.57% -
XYZ 17.76 12.5 28.27 -
YUV 102.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 135 77 145 0.07 0.47 0 0.43 291.18 0.31 0.44
Hex 87 4D 91 7 2F 0 2B 123 1F 2C
Octal 207 115 221 7 57 0 53 443 37 54
Binary 10000111 1001101 10010001 111 101111 0 101011 100100011 11111 101100

Color Harmonies of #874D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D91

Black with #874D91

Text Example


Text Example

White with #874D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874D91; }

 p { color: rgb(135,77,145); }

 H1.HeaderClassName
 {
   color: #874D91;
 }
 .AnyTagClassName
 {
   color: #874D91;
 }
</style>

background-color css

<style>
 a { background-color: #874D91; }

 a { background-color: rgb(135,77,145); }

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

border-color css

<style>
 span { border-color: #874D91; }

 span { border-color: rgb(135,77,145); }

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