Html Css Color HEX #874199 Vivid Violet

📋 copy color: '#874199'

red 135 ◦ green 65 ◦ blue 153

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

Shades of Vivid Violet #874199

Tints of Vivid Violet #874199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 38.24%
G = 18.41%
B = 43.34%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#874199 (or 0x874199) is known color: Vivid Violet. HEX triplet: 87, 41 and 99. RGB value is (135,65,153). Sum of RGB (Red+Green+Blue) = 135+65+153=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #874199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874199 is #78BE66. Grayscale: #5F5F5F. Windows color (decimal): -7913063 or 10043783. OLE color: 10043783.

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

Color convert

RGB 135 65 153 -
CMYK 0.12 0.58 0 0.4
HSL 287.73º 0.4% 0.43% -
HSV(B) 287.73º 0.58% 0.6% -
XYZ 17.63 11.23 31.38 -
YUV 95.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 135 65 153 0.12 0.58 0 0.4 287.73 0.4 0.43
Hex 87 41 99 C 3A 0 28 120 28 2B
Octal 207 101 231 14 72 0 50 440 50 53
Binary 10000111 1000001 10011001 1100 111010 0 101000 100100000 101000 101011

Color Harmonies of #874199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874199

Black with #874199

Text Example


Text Example

White with #874199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874199; }

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

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

background-color css

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

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

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

border-color css

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

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

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