Html Css Color HEX #873296 Vivid Violet

📋 copy color: '#873296'

red 135 ◦ green 50 ◦ blue 150

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

Shades of Vivid Violet #873296

Tints of Vivid Violet #873296

RGB

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

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

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

R = 40.3%
G = 14.93%
B = 44.78%

CMYK

 C value IS 0.1

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#873296 (or 0x873296) is known color: Vivid Violet. HEX triplet: 87, 32 and 96. RGB value is (135,50,150). Sum of RGB (Red+Green+Blue) = 135+50+150=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #873296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873296 is #78CD69. Grayscale: #565656. Windows color (decimal): -7916906 or 9843335. OLE color: 9843335.

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

Color convert

RGB 135 50 150 -
CMYK 0.1 0.67 0 0.41
HSL 291º 0.5% 0.39% -
HSV(B) 291º 0.67% 0.59% -
XYZ 16.64 9.63 29.84 -
YUV 86.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 135 50 150 0.1 0.67 0 0.41 291 0.5 0.39
Hex 87 32 96 A 43 0 29 123 32 27
Octal 207 62 226 12 103 0 51 443 62 47
Binary 10000111 110010 10010110 1010 1000011 0 101001 100100011 110010 100111

Color Harmonies of #873296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873296

Black with #873296

Text Example


Text Example

White with #873296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873296; }

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

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

background-color css

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

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

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

border-color css

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

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

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