Html Css Color HEX #873DA4 Vivid Violet

📋 copy color: '#873DA4'

red 135 ◦ green 61 ◦ blue 164

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

Shades of Vivid Violet #873DA4

Tints of Vivid Violet #873DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 37.5%
G = 16.94%
B = 45.56%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#873DA4 (or 0x873DA4) is known color: Vivid Violet. HEX triplet: 87, 3D and A4. RGB value is (135,61,164). Sum of RGB (Red+Green+Blue) = 135+61+164=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #873DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DA4 is #78C25B. Grayscale: #5E5E5E. Windows color (decimal): -7914076 or 10763655. OLE color: 10763655.

HSL color Cylindrical-coordinate representation of color #873DA4: hue angle of 283.11º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873DA4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 61 164 -
CMYK 0.18 0.63 0 0.36
HSL 283.11º 0.46% 0.44% -
HSV(B) 283.11º 0.63% 0.64% -
XYZ 18.36 11.17 36.31 -
YUV 94.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 135 61 164 0.18 0.63 0 0.36 283.11 0.46 0.44
Hex 87 3D A4 12 3F 0 24 11B 2E 2C
Octal 207 75 244 22 77 0 44 433 56 54
Binary 10000111 111101 10100100 10010 111111 0 100100 100011011 101110 101100

Color Harmonies of #873DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DA4

Black with #873DA4

Text Example


Text Example

White with #873DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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