Html Css Color HEX #873AD3 Blue Violet

📋 copy color: '#873AD3'

red 135 ◦ green 58 ◦ blue 211

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

Shades of Blue Violet #873AD3

Tints of Blue Violet #873AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.23%

R = 33.42%
G = 14.36%
B = 52.23%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#873AD3 (or 0x873AD3) is known color: Blue Violet. HEX triplet: 87, 3A and D3. RGB value is (135,58,211). Sum of RGB (Red+Green+Blue) = 135+58+211=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #873AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AD3 is #78C52C. Grayscale: #616161. Windows color (decimal): -7914797 or 13843079. OLE color: 13843079.

HSL color Cylindrical-coordinate representation of color #873AD3: hue angle of 270.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873AD3 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 58 211 -
CMYK 0.36 0.73 0 0.17
HSL 270.2º 0.63% 0.53% -
HSV(B) 270.2º 0.73% 0.83% -
XYZ 23.26 12.88 62.89 -
YUV 98.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 135 58 211 0.36 0.73 0 0.17 270.2 0.63 0.53
Hex 87 3A D3 24 49 0 11 10E 3F 35
Octal 207 72 323 44 111 0 21 416 77 65
Binary 10000111 111010 11010011 100100 1001001 0 10001 100001110 111111 110101

Color Harmonies of #873AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AD3

Black with #873AD3

Text Example


Text Example

White with #873AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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