Html Css Color HEX #874293 Vivid Violet

📋 copy color: '#874293'

red 135 ◦ green 66 ◦ blue 147

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

Shades of Vivid Violet #874293

Tints of Vivid Violet #874293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 38.79%
G = 18.97%
B = 42.24%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#874293 (or 0x874293) is known color: Vivid Violet. HEX triplet: 87, 42 and 93. RGB value is (135,66,147). Sum of RGB (Red+Green+Blue) = 135+66+147=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #874293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874293 is #78BD6C. Grayscale: #5F5F5F. Windows color (decimal): -7912813 or 9650823. OLE color: 9650823.

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

Color convert

RGB 135 66 147 -
CMYK 0.08 0.55 0 0.42
HSL 291.11º 0.38% 0.42% -
HSV(B) 291.11º 0.55% 0.58% -
XYZ 17.21 11.15 28.85 -
YUV 95.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 135 66 147 0.08 0.55 0 0.42 291.11 0.38 0.42
Hex 87 42 93 8 37 0 2A 123 26 2A
Octal 207 102 223 10 67 0 52 443 46 52
Binary 10000111 1000010 10010011 1000 110111 0 101010 100100011 100110 101010

Color Harmonies of #874293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874293

Black with #874293

Text Example


Text Example

White with #874293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874293; }

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

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

background-color css

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

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

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

border-color css

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

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

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