Html Css Color HEX #874498 Vivid Violet

📋 copy color: '#874498'

red 135 ◦ green 68 ◦ blue 152

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

Shades of Vivid Violet #874498

Tints of Vivid Violet #874498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 38.03%
G = 19.15%
B = 42.82%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#874498 (or 0x874498) is known color: Vivid Violet. HEX triplet: 87, 44 and 98. RGB value is (135,68,152). Sum of RGB (Red+Green+Blue) = 135+68+152=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #874498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874498 is #78BB67. Grayscale: #616161. Windows color (decimal): -7912296 or 9979015. OLE color: 9979015.

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

Color convert

RGB 135 68 152 -
CMYK 0.11 0.55 0 0.40
HSL 287.86º 0.38% 0.43% -
HSV(B) 287.86º 0.55% 0.6% -
XYZ 17.73 11.55 31 -
YUV 97.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 135 68 152 0.11 0.55 0 0.40 287.86 0.38 0.43
Hex 87 44 98 B 37 0 28 120 26 2B
Octal 207 104 230 13 67 0 50 440 46 53
Binary 10000111 1000100 10011000 1011 110111 0 101000 100100000 100110 101011

Color Harmonies of #874498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874498

Black with #874498

Text Example


Text Example

White with #874498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874498; }

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

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

background-color css

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

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

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

border-color css

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

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

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