Html Css Color HEX #874499 Vivid Violet

📋 copy color: '#874499'

red 135 ◦ green 68 ◦ blue 153

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

Shades of Vivid Violet #874499

Tints of Vivid Violet #874499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

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

R = 37.92%
G = 19.1%
B = 42.98%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#874499 (or 0x874499) is known color: Vivid Violet. HEX triplet: 87, 44 and 99. RGB value is (135,68,153). Sum of RGB (Red+Green+Blue) = 135+68+153=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #874499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874499 is #78BB66. Grayscale: #616161. Windows color (decimal): -7912295 or 10044551. OLE color: 10044551.

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

Color convert

RGB 135 68 153 -
CMYK 0.12 0.56 0 0.4
HSL 287.29º 0.38% 0.43% -
HSV(B) 287.29º 0.56% 0.6% -
XYZ 17.81 11.59 31.43 -
YUV 97.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 135 68 153 0.12 0.56 0 0.4 287.29 0.38 0.43
Hex 87 44 99 C 38 0 28 11F 26 2B
Octal 207 104 231 14 70 0 50 437 46 53
Binary 10000111 1000100 10011001 1100 111000 0 101000 100011111 100110 101011

Color Harmonies of #874499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874499

Black with #874499

Text Example


Text Example

White with #874499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874499; }

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

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

background-color css

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

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

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

border-color css

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

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

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