Html Css Color HEX #873290 Vivid Violet

📋 copy color: '#873290'

red 135 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #873290

Tints of Vivid Violet #873290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 41.03%
G = 15.2%
B = 43.77%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#873290 (or 0x873290) is known color: Vivid Violet. HEX triplet: 87, 32 and 90. RGB value is (135,50,144). Sum of RGB (Red+Green+Blue) = 135+50+144=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #873290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873290 is #78CD6F. Grayscale: #555555. Windows color (decimal): -7916912 or 9450119. OLE color: 9450119.

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

Color convert

RGB 135 50 144 -
CMYK 0.06 0.65 0 0.44
HSL 294.26º 0.48% 0.38% -
HSV(B) 294.26º 0.65% 0.56% -
XYZ 16.17 9.45 27.36 -
YUV 86.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 135 50 144 0.06 0.65 0 0.44 294.26 0.48 0.38
Hex 87 32 90 6 41 0 2C 126 30 26
Octal 207 62 220 6 101 0 54 446 60 46
Binary 10000111 110010 10010000 110 1000001 0 101100 100100110 110000 100110

Color Harmonies of #873290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873290

Black with #873290

Text Example


Text Example

White with #873290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873290; }

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

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

background-color css

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

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

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

border-color css

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

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

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