Html Css Color HEX #873299 Vivid Violet

📋 copy color: '#873299'

red 135 ◦ green 50 ◦ blue 153

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

Shades of Vivid Violet #873299

Tints of Vivid Violet #873299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 39.94%
G = 14.79%
B = 45.27%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#873299 (or 0x873299) is known color: Vivid Violet. HEX triplet: 87, 32 and 99. RGB value is (135,50,153). Sum of RGB (Red+Green+Blue) = 135+50+153=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #873299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873299 is #78CD66. Grayscale: #565656. Windows color (decimal): -7916903 or 10039943. OLE color: 10039943.

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

Color convert

RGB 135 50 153 -
CMYK 0.12 0.67 0 0.4
HSL 289.51º 0.51% 0.4% -
HSV(B) 289.51º 0.67% 0.6% -
XYZ 16.88 9.73 31.13 -
YUV 87.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 135 50 153 0.12 0.67 0 0.4 289.51 0.51 0.4
Hex 87 32 99 C 43 0 28 122 33 28
Octal 207 62 231 14 103 0 50 442 63 50
Binary 10000111 110010 10011001 1100 1000011 0 101000 100100010 110011 101000

Color Harmonies of #873299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873299

Black with #873299

Text Example


Text Example

White with #873299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873299; }

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

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

background-color css

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

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

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

border-color css

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

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

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