Html Css Color HEX #873483 Vivid Violet

📋 copy color: '#873483'

red 135 ◦ green 52 ◦ blue 131

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

Shades of Vivid Violet #873483

Tints of Vivid Violet #873483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 42.45%
G = 16.35%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#873483 (or 0x873483) is known color: Vivid Violet. HEX triplet: 87, 34 and 83. RGB value is (135,52,131). Sum of RGB (Red+Green+Blue) = 135+52+131=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #873483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873483 is #78CB7C. Grayscale: #555555. Windows color (decimal): -7916413 or 8598663. OLE color: 8598663.

HSL color Cylindrical-coordinate representation of color #873483: hue angle of 302.89º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873483 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 131 -
CMYK 0 0.61 0.03 0.47
HSL 302.89º 0.44% 0.37% -
HSV(B) 302.89º 0.61% 0.53% -
XYZ 15.32 9.25 22.45 -
YUV 85.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 135 52 131 0 0.61 0.03 0.47 302.89 0.44 0.37
Hex 87 34 83 0 3D 3 2F 12F 2C 25
Octal 207 64 203 0 75 3 57 457 54 45
Binary 10000111 110100 10000011 0 111101 11 101111 100101111 101100 100101

Color Harmonies of #873483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873483

Black with #873483

Text Example


Text Example

White with #873483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873483; }

 p { color: rgb(135,52,131); }

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

background-color css

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

 a { background-color: rgb(135,52,131); }

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

border-color css

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

 span { border-color: rgb(135,52,131); }

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