Html Css Color HEX #874590 Vivid Violet

📋 copy color: '#874590'

red 135 ◦ green 69 ◦ blue 144

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

Shades of Vivid Violet #874590

Tints of Vivid Violet #874590

RGB

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

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

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

R = 38.79%
G = 19.83%
B = 41.38%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#874590 (or 0x874590) is known color: Vivid Violet. HEX triplet: 87, 45 and 90. RGB value is (135,69,144). Sum of RGB (Red+Green+Blue) = 135+69+144=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #874590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874590 is #78BA6F. Grayscale: #616161. Windows color (decimal): -7912048 or 9454983. OLE color: 9454983.

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

Color convert

RGB 135 69 144 -
CMYK 0.06 0.52 0 0.44
HSL 292.8º 0.35% 0.42% -
HSV(B) 292.8º 0.52% 0.56% -
XYZ 17.15 11.42 27.69 -
YUV 97.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 135 69 144 0.06 0.52 0 0.44 292.8 0.35 0.42
Hex 87 45 90 6 34 0 2C 125 23 2A
Octal 207 105 220 6 64 0 54 445 43 52
Binary 10000111 1000101 10010000 110 110100 0 101100 100100101 100011 101010

Color Harmonies of #874590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874590

Black with #874590

Text Example


Text Example

White with #874590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874590; }

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

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

background-color css

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

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

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

border-color css

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

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

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