Html Css Color HEX #874689 Vivid Violet

📋 copy color: '#874689'

red 135 ◦ green 70 ◦ blue 137

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

Shades of Vivid Violet #874689

Tints of Vivid Violet #874689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 39.47%
G = 20.47%
B = 40.06%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#874689 (or 0x874689) is known color: Vivid Violet. HEX triplet: 87, 46 and 89. RGB value is (135,70,137). Sum of RGB (Red+Green+Blue) = 135+70+137=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #874689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874689 is #78B976. Grayscale: #606060. Windows color (decimal): -7911799 or 8996487. OLE color: 8996487.

HSL color Cylindrical-coordinate representation of color #874689: hue angle of 298.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874689 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 70 137 -
CMYK 0.01 0.49 0 0.46
HSL 298.21º 0.32% 0.41% -
HSV(B) 298.21º 0.49% 0.54% -
XYZ 16.7 11.34 24.98 -
YUV 97.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 135 70 137 0.01 0.49 0 0.46 298.21 0.32 0.41
Hex 87 46 89 1 31 0 2E 12A 20 29
Octal 207 106 211 1 61 0 56 452 40 51
Binary 10000111 1000110 10001001 1 110001 0 101110 100101010 100000 101001

Color Harmonies of #874689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874689

Black with #874689

Text Example


Text Example

White with #874689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874689; }

 p { color: rgb(135,70,137); }

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

background-color css

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

 a { background-color: rgb(135,70,137); }

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

border-color css

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

 span { border-color: rgb(135,70,137); }

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