Html Css Color HEX #874F9A Vivid Violet

📋 copy color: '#874F9A'

red 135 ◦ green 79 ◦ blue 154

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

Shades of Vivid Violet #874F9A

Tints of Vivid Violet #874F9A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 36.68%
G = 21.47%
B = 41.85%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#874F9A (or 0x874F9A) is known color: Vivid Violet. HEX triplet: 87, 4F and 9A. RGB value is (135,79,154). Sum of RGB (Red+Green+Blue) = 135+79+154=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #874F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F9A is #78B065. Grayscale: #686868. Windows color (decimal): -7909478 or 10112903. OLE color: 10112903.

HSL color Cylindrical-coordinate representation of color #874F9A: hue angle of 284.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874F9A is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 79 154 -
CMYK 0.12 0.49 0 0.40
HSL 284.8º 0.32% 0.46% -
HSV(B) 284.8º 0.49% 0.6% -
XYZ 18.62 13.08 32.11 -
YUV 104.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 135 79 154 0.12 0.49 0 0.40 284.8 0.32 0.46
Hex 87 4F 9A C 31 0 28 11D 20 2E
Octal 207 117 232 14 61 0 50 435 40 56
Binary 10000111 1001111 10011010 1100 110001 0 101000 100011101 100000 101110

Color Harmonies of #874F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F9A

Black with #874F9A

Text Example


Text Example

White with #874F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874F9A; }

 p { color: rgb(135,79,154); }

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

background-color css

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

 a { background-color: rgb(135,79,154); }

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

border-color css

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

 span { border-color: rgb(135,79,154); }

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