Html Css Color HEX #873896 Vivid Violet

📋 copy color: '#873896'

red 135 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #873896

Tints of Vivid Violet #873896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 39.59%
G = 16.42%
B = 43.99%

CMYK

 C value IS 0.1

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#873896 (or 0x873896) is known color: Vivid Violet. HEX triplet: 87, 38 and 96. RGB value is (135,56,150). Sum of RGB (Red+Green+Blue) = 135+56+150=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #873896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873896 is #78C769. Grayscale: #5A5A5A. Windows color (decimal): -7915370 or 9844871. OLE color: 9844871.

HSL color Cylindrical-coordinate representation of color #873896: hue angle of 290.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873896 is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 56 150 -
CMYK 0.1 0.63 0 0.41
HSL 290.43º 0.46% 0.4% -
HSV(B) 290.43º 0.63% 0.59% -
XYZ 16.91 10.18 29.93 -
YUV 90.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 135 56 150 0.1 0.63 0 0.41 290.43 0.46 0.4
Hex 87 38 96 A 3F 0 29 122 2E 28
Octal 207 70 226 12 77 0 51 442 56 50
Binary 10000111 111000 10010110 1010 111111 0 101001 100100010 101110 101000

Color Harmonies of #873896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873896

Black with #873896

Text Example


Text Example

White with #873896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873896; }

 p { color: rgb(135,56,150); }

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

background-color css

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

 a { background-color: rgb(135,56,150); }

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

border-color css

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

 span { border-color: rgb(135,56,150); }

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