Html Css Color HEX #874599 Vivid Violet

📋 copy color: '#874599'

red 135 ◦ green 69 ◦ blue 153

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

Shades of Vivid Violet #874599

Tints of Vivid Violet #874599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 37.82%
G = 19.33%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#874599 (or 0x874599) is known color: Vivid Violet. HEX triplet: 87, 45 and 99. RGB value is (135,69,153). Sum of RGB (Red+Green+Blue) = 135+69+153=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #874599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874599 is #78BA66. Grayscale: #626262. Windows color (decimal): -7912039 or 10044807. OLE color: 10044807.

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

Color convert

RGB 135 69 153 -
CMYK 0.12 0.55 0 0.4
HSL 287.14º 0.38% 0.44% -
HSV(B) 287.14º 0.55% 0.6% -
XYZ 17.87 11.71 31.45 -
YUV 98.31 158.87 154.17 -
System Red Green Blue C M Y K H S L
Decimal 135 69 153 0.12 0.55 0 0.4 287.14 0.38 0.44
Hex 87 45 99 C 37 0 28 11F 26 2C
Octal 207 105 231 14 67 0 50 437 46 54
Binary 10000111 1000101 10011001 1100 110111 0 101000 100011111 100110 101100

Color Harmonies of #874599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874599

Black with #874599

Text Example


Text Example

White with #874599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874599; }

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

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

background-color css

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

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

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

border-color css

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

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

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