Html Css Color HEX #873AD1 Blue Violet

📋 copy color: '#873AD1'

red 135 ◦ green 58 ◦ blue 209

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

Shades of Blue Violet #873AD1

Tints of Blue Violet #873AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 33.58%
G = 14.43%
B = 51.99%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#873AD1 (or 0x873AD1) is known color: Blue Violet. HEX triplet: 87, 3A and D1. RGB value is (135,58,209). Sum of RGB (Red+Green+Blue) = 135+58+209=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #873AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AD1 is #78C52E. Grayscale: #616161. Windows color (decimal): -7914799 or 13712007. OLE color: 13712007.

HSL color Cylindrical-coordinate representation of color #873AD1: hue angle of 270.6º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873AD1 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 58 209 -
CMYK 0.35 0.72 0 0.18
HSL 270.6º 0.62% 0.52% -
HSV(B) 270.6º 0.72% 0.82% -
XYZ 23.01 12.78 61.58 -
YUV 98.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 135 58 209 0.35 0.72 0 0.18 270.6 0.62 0.52
Hex 87 3A D1 23 48 0 12 10F 3E 34
Octal 207 72 321 43 110 0 22 417 76 64
Binary 10000111 111010 11010001 100011 1001000 0 10010 100001111 111110 110100

Color Harmonies of #873AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AD1

Black with #873AD1

Text Example


Text Example

White with #873AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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