Html Css Color HEX #873FAD Studio

📋 copy color: '#873FAD'

red 135 ◦ green 63 ◦ blue 173

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

Shades of Studio #873FAD

Tints of Studio #873FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 36.39%
G = 16.98%
B = 46.63%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#873FAD (or 0x873FAD) is known color: Studio. HEX triplet: 87, 3F and AD. RGB value is (135,63,173). Sum of RGB (Red+Green+Blue) = 135+63+173=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #873FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FAD is #78C052. Grayscale: #606060. Windows color (decimal): -7913555 or 11353991. OLE color: 11353991.

HSL color Cylindrical-coordinate representation of color #873FAD: hue angle of 279.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873FAD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 63 173 -
CMYK 0.22 0.64 0 0.32
HSL 279.27º 0.47% 0.46% -
HSV(B) 279.27º 0.64% 0.68% -
XYZ 19.31 11.72 40.78 -
YUV 97.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 135 63 173 0.22 0.64 0 0.32 279.27 0.47 0.46
Hex 87 3F AD 16 40 0 20 117 2F 2E
Octal 207 77 255 26 100 0 40 427 57 56
Binary 10000111 111111 10101101 10110 1000000 0 100000 100010111 101111 101110

Color Harmonies of #873FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FAD

Black with #873FAD

Text Example


Text Example

White with #873FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,63,173); }

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

background-color css

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

 a { background-color: rgb(135,63,173); }

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

border-color css

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

 span { border-color: rgb(135,63,173); }

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