Html Css Color HEX #874F9B Vivid Violet

📋 copy color: '#874F9B'

red 135 ◦ green 79 ◦ blue 155

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

Shades of Vivid Violet #874F9B

Tints of Vivid Violet #874F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 36.59%
G = 21.41%
B = 42.01%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#874F9B (or 0x874F9B) is known color: Vivid Violet. HEX triplet: 87, 4F and 9B. RGB value is (135,79,155). Sum of RGB (Red+Green+Blue) = 135+79+155=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #874F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F9B is #78B064. Grayscale: #686868. Windows color (decimal): -7909477 or 10178439. OLE color: 10178439.

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

Color convert

RGB 135 79 155 -
CMYK 0.13 0.49 0 0.39
HSL 284.21º 0.32% 0.46% -
HSV(B) 284.21º 0.49% 0.61% -
XYZ 18.7 13.11 32.55 -
YUV 104.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 135 79 155 0.13 0.49 0 0.39 284.21 0.32 0.46
Hex 87 4F 9B D 31 0 27 11C 20 2E
Octal 207 117 233 15 61 0 47 434 40 56
Binary 10000111 1001111 10011011 1101 110001 0 100111 100011100 100000 101110

Color Harmonies of #874F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F9B

Black with #874F9B

Text Example


Text Example

White with #874F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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