Html Css Color HEX #874299 Vivid Violet

📋 copy color: '#874299'

red 135 ◦ green 66 ◦ blue 153

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

Shades of Vivid Violet #874299

Tints of Vivid Violet #874299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 38.14%
G = 18.64%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#874299 (or 0x874299) is known color: Vivid Violet. HEX triplet: 87, 42 and 99. RGB value is (135,66,153). Sum of RGB (Red+Green+Blue) = 135+66+153=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #874299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874299 is #78BD66. Grayscale: #606060. Windows color (decimal): -7912807 or 10044039. OLE color: 10044039.

HSL color Cylindrical-coordinate representation of color #874299: hue angle of 287.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874299 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 66 153 -
CMYK 0.12 0.57 0 0.4
HSL 287.59º 0.4% 0.43% -
HSV(B) 287.59º 0.57% 0.6% -
XYZ 17.69 11.35 31.39 -
YUV 96.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 135 66 153 0.12 0.57 0 0.4 287.59 0.4 0.43
Hex 87 42 99 C 39 0 28 120 28 2B
Octal 207 102 231 14 71 0 50 440 50 53
Binary 10000111 1000010 10011001 1100 111001 0 101000 100100000 101000 101011

Color Harmonies of #874299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874299

Black with #874299

Text Example


Text Example

White with #874299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874299; }

 p { color: rgb(135,66,153); }

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

background-color css

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

 a { background-color: rgb(135,66,153); }

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

border-color css

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

 span { border-color: rgb(135,66,153); }

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