Html Css Color HEX #873ADD Blue Violet

📋 copy color: '#873ADD'

red 135 ◦ green 58 ◦ blue 221

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

Shades of Blue Violet #873ADD

Tints of Blue Violet #873ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 32.61%
G = 14.01%
B = 53.38%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#873ADD (or 0x873ADD) is known color: Blue Violet. HEX triplet: 87, 3A and DD. RGB value is (135,58,221). Sum of RGB (Red+Green+Blue) = 135+58+221=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #873ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ADD is #78C522. Grayscale: #636363. Windows color (decimal): -7914787 or 14498439. OLE color: 14498439.

HSL color Cylindrical-coordinate representation of color #873ADD: hue angle of 268.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873ADD is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 58 221 -
CMYK 0.39 0.74 0 0.13
HSL 268.34º 0.71% 0.55% -
HSV(B) 268.34º 0.74% 0.87% -
XYZ 24.56 13.4 69.7 -
YUV 99.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 135 58 221 0.39 0.74 0 0.13 268.34 0.71 0.55
Hex 87 3A DD 27 4A 0 D 10C 47 37
Octal 207 72 335 47 112 0 15 414 107 67
Binary 10000111 111010 11011101 100111 1001010 0 1101 100001100 1000111 110111

Color Harmonies of #873ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ADD

Black with #873ADD

Text Example


Text Example

White with #873ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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