Html Css Color HEX #874B90 Vivid Violet

📋 copy color: '#874B90'

red 135 ◦ green 75 ◦ blue 144

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

Shades of Vivid Violet #874B90

Tints of Vivid Violet #874B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.19%

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

R = 38.14%
G = 21.19%
B = 40.68%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#874B90 (or 0x874B90) is known color: Vivid Violet. HEX triplet: 87, 4B and 90. RGB value is (135,75,144). Sum of RGB (Red+Green+Blue) = 135+75+144=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #874B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B90 is #78B46F. Grayscale: #646464. Windows color (decimal): -7910512 or 9456519. OLE color: 9456519.

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

Color convert

RGB 135 75 144 -
CMYK 0.06 0.48 0 0.44
HSL 292.17º 0.32% 0.43% -
HSV(B) 292.17º 0.48% 0.56% -
XYZ 17.54 12.2 27.82 -
YUV 100.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 135 75 144 0.06 0.48 0 0.44 292.17 0.32 0.43
Hex 87 4B 90 6 30 0 2C 124 20 2B
Octal 207 113 220 6 60 0 54 444 40 53
Binary 10000111 1001011 10010000 110 110000 0 101100 100100100 100000 101011

Color Harmonies of #874B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B90

Black with #874B90

Text Example


Text Example

White with #874B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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