Html Css Color HEX #874992 Vivid Violet

📋 copy color: '#874992'

red 135 ◦ green 73 ◦ blue 146

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

Shades of Vivid Violet #874992

Tints of Vivid Violet #874992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 38.14%
G = 20.62%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#874992 (or 0x874992) is known color: Vivid Violet. HEX triplet: 87, 49 and 92. RGB value is (135,73,146). Sum of RGB (Red+Green+Blue) = 135+73+146=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #874992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874992 is #78B66D. Grayscale: #636363. Windows color (decimal): -7911022 or 9587079. OLE color: 9587079.

HSL color Cylindrical-coordinate representation of color #874992: hue angle of 290.96º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874992 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 73 146 -
CMYK 0.08 0.5 0 0.43
HSL 290.96º 0.33% 0.43% -
HSV(B) 290.96º 0.5% 0.57% -
XYZ 17.56 11.99 28.58 -
YUV 99.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 135 73 146 0.08 0.5 0 0.43 290.96 0.33 0.43
Hex 87 49 92 8 32 0 2B 123 21 2B
Octal 207 111 222 10 62 0 53 443 41 53
Binary 10000111 1001001 10010010 1000 110010 0 101011 100100011 100001 101011

Color Harmonies of #874992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874992

Black with #874992

Text Example


Text Example

White with #874992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874992; }

 p { color: rgb(135,73,146); }

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

background-color css

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

 a { background-color: rgb(135,73,146); }

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

border-color css

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

 span { border-color: rgb(135,73,146); }

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