Html Css Color HEX #874898 Vivid Violet

📋 copy color: '#874898'

red 135 ◦ green 72 ◦ blue 152

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

Shades of Vivid Violet #874898

Tints of Vivid Violet #874898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 37.6%
G = 20.06%
B = 42.34%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#874898 (or 0x874898) is known color: Vivid Violet. HEX triplet: 87, 48 and 98. RGB value is (135,72,152). Sum of RGB (Red+Green+Blue) = 135+72+152=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #874898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874898 is #78B767. Grayscale: #636363. Windows color (decimal): -7911272 or 9980039. OLE color: 9980039.

HSL color Cylindrical-coordinate representation of color #874898: hue angle of 287.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874898 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 72 152 -
CMYK 0.11 0.53 0 0.40
HSL 287.25º 0.36% 0.44% -
HSV(B) 287.25º 0.53% 0.6% -
XYZ 17.98 12.05 31.08 -
YUV 99.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 135 72 152 0.11 0.53 0 0.40 287.25 0.36 0.44
Hex 87 48 98 B 35 0 28 11F 24 2C
Octal 207 110 230 13 65 0 50 437 44 54
Binary 10000111 1001000 10011000 1011 110101 0 101000 100011111 100100 101100

Color Harmonies of #874898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874898

Black with #874898

Text Example


Text Example

White with #874898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874898; }

 p { color: rgb(135,72,152); }

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

background-color css

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

 a { background-color: rgb(135,72,152); }

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

border-color css

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

 span { border-color: rgb(135,72,152); }

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