Html Css Color HEX #873D8D Vivid Violet

📋 copy color: '#873D8D'

red 135 ◦ green 61 ◦ blue 141

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

Shades of Vivid Violet #873D8D

Tints of Vivid Violet #873D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 40.06%
G = 18.1%
B = 41.84%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#873D8D (or 0x873D8D) is known color: Vivid Violet. HEX triplet: 87, 3D and 8D. RGB value is (135,61,141). Sum of RGB (Red+Green+Blue) = 135+61+141=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #873D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873D8D is #78C272. Grayscale: #5C5C5C. Windows color (decimal): -7914099 or 9256327. OLE color: 9256327.

HSL color Cylindrical-coordinate representation of color #873D8D: hue angle of 295.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873D8D is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 61 141 -
CMYK 0.04 0.57 0 0.45
HSL 295.5º 0.4% 0.4% -
HSV(B) 295.5º 0.57% 0.55% -
XYZ 16.47 10.41 26.34 -
YUV 92.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 135 61 141 0.04 0.57 0 0.45 295.5 0.4 0.4
Hex 87 3D 8D 4 39 0 2D 128 28 28
Octal 207 75 215 4 71 0 55 450 50 50
Binary 10000111 111101 10001101 100 111001 0 101101 100101000 101000 101000

Color Harmonies of #873D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D8D

Black with #873D8D

Text Example


Text Example

White with #873D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873D8D; }

 p { color: rgb(135,61,141); }

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

background-color css

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

 a { background-color: rgb(135,61,141); }

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

border-color css

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

 span { border-color: rgb(135,61,141); }

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