Html Css Color HEX #874393 Vivid Violet

📋 copy color: '#874393'

red 135 ◦ green 67 ◦ blue 147

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

Shades of Vivid Violet #874393

Tints of Vivid Violet #874393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 38.68%
G = 19.2%
B = 42.12%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#874393 (or 0x874393) is known color: Vivid Violet. HEX triplet: 87, 43 and 93. RGB value is (135,67,147). Sum of RGB (Red+Green+Blue) = 135+67+147=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #874393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874393 is #78BC6C. Grayscale: #606060. Windows color (decimal): -7912557 or 9651079. OLE color: 9651079.

HSL color Cylindrical-coordinate representation of color #874393: hue angle of 291º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874393 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 67 147 -
CMYK 0.08 0.54 0 0.42
HSL 291º 0.37% 0.42% -
HSV(B) 291º 0.54% 0.58% -
XYZ 17.27 11.27 28.87 -
YUV 96.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 135 67 147 0.08 0.54 0 0.42 291 0.37 0.42
Hex 87 43 93 8 36 0 2A 123 25 2A
Octal 207 103 223 10 66 0 52 443 45 52
Binary 10000111 1000011 10010011 1000 110110 0 101010 100100011 100101 101010

Color Harmonies of #874393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874393

Black with #874393

Text Example


Text Example

White with #874393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874393; }

 p { color: rgb(135,67,147); }

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

background-color css

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

 a { background-color: rgb(135,67,147); }

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

border-color css

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

 span { border-color: rgb(135,67,147); }

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