Html Css Color HEX #874899 Vivid Violet

📋 copy color: '#874899'

red 135 ◦ green 72 ◦ blue 153

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

Shades of Vivid Violet #874899

Tints of Vivid Violet #874899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 37.5%
G = 20%
B = 42.5%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#874899 (or 0x874899) is known color: Vivid Violet. HEX triplet: 87, 48 and 99. RGB value is (135,72,153). Sum of RGB (Red+Green+Blue) = 135+72+153=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #874899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874899 is #78B766. Grayscale: #636363. Windows color (decimal): -7911271 or 10045575. OLE color: 10045575.

HSL color Cylindrical-coordinate representation of color #874899: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874899 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 72 153 -
CMYK 0.12 0.53 0 0.4
HSL 286.67º 0.36% 0.44% -
HSV(B) 286.67º 0.53% 0.6% -
XYZ 18.06 12.09 31.52 -
YUV 100.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 135 72 153 0.12 0.53 0 0.4 286.67 0.36 0.44
Hex 87 48 99 C 35 0 28 11F 24 2C
Octal 207 110 231 14 65 0 50 437 44 54
Binary 10000111 1001000 10011001 1100 110101 0 101000 100011111 100100 101100

Color Harmonies of #874899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874899

Black with #874899

Text Example


Text Example

White with #874899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874899; }

 p { color: rgb(135,72,153); }

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

background-color css

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

 a { background-color: rgb(135,72,153); }

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

border-color css

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

 span { border-color: rgb(135,72,153); }

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