Html Css Color HEX #873AD9 Blue Violet

📋 copy color: '#873AD9'

red 135 ◦ green 58 ◦ blue 217

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

Shades of Blue Violet #873AD9

Tints of Blue Violet #873AD9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

 BLUE value IS 217 (85.16% from 255) = 52.93%

R = 32.93%
G = 14.15%
B = 52.93%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#873AD9 (or 0x873AD9) is known color: Blue Violet. HEX triplet: 87, 3A and D9. RGB value is (135,58,217). Sum of RGB (Red+Green+Blue) = 135+58+217=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #873AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AD9 is #78C526. Grayscale: #626262. Windows color (decimal): -7914791 or 14236295. OLE color: 14236295.

HSL color Cylindrical-coordinate representation of color #873AD9: hue angle of 269.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873AD9 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 58 217 -
CMYK 0.38 0.73 0 0.15
HSL 269.06º 0.68% 0.54% -
HSV(B) 269.06º 0.73% 0.85% -
XYZ 24.03 13.19 66.92 -
YUV 99.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 135 58 217 0.38 0.73 0 0.15 269.06 0.68 0.54
Hex 87 3A D9 26 49 0 F 10D 44 36
Octal 207 72 331 46 111 0 17 415 104 66
Binary 10000111 111010 11011001 100110 1001001 0 1111 100001101 1000100 110110

Color Harmonies of #873AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AD9

Black with #873AD9

Text Example


Text Example

White with #873AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,58,217); }

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

background-color css

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

 a { background-color: rgb(135,58,217); }

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

border-color css

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

 span { border-color: rgb(135,58,217); }

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