Html Css Color HEX #874490 Vivid Violet

📋 copy color: '#874490'

red 135 ◦ green 68 ◦ blue 144

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

Shades of Vivid Violet #874490

Tints of Vivid Violet #874490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 38.9%
G = 19.6%
B = 41.5%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#874490 (or 0x874490) is known color: Vivid Violet. HEX triplet: 87, 44 and 90. RGB value is (135,68,144). Sum of RGB (Red+Green+Blue) = 135+68+144=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #874490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874490 is #78BB6F. Grayscale: #606060. Windows color (decimal): -7912304 or 9454727. OLE color: 9454727.

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

Color convert

RGB 135 68 144 -
CMYK 0.06 0.53 0 0.44
HSL 292.89º 0.36% 0.42% -
HSV(B) 292.89º 0.53% 0.56% -
XYZ 17.09 11.3 27.67 -
YUV 96.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 135 68 144 0.06 0.53 0 0.44 292.89 0.36 0.42
Hex 87 44 90 6 35 0 2C 125 24 2A
Octal 207 104 220 6 65 0 54 445 44 52
Binary 10000111 1000100 10010000 110 110101 0 101100 100100101 100100 101010

Color Harmonies of #874490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874490

Black with #874490

Text Example


Text Example

White with #874490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874490; }

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

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

background-color css

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

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

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

border-color css

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

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

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