Html Css Color HEX #873DAE Studio

📋 copy color: '#873DAE'

red 135 ◦ green 61 ◦ blue 174

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

Shades of Studio #873DAE

Tints of Studio #873DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.49%

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 36.49%
G = 16.49%
B = 47.03%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#873DAE (or 0x873DAE) is known color: Studio. HEX triplet: 87, 3D and AE. RGB value is (135,61,174). Sum of RGB (Red+Green+Blue) = 135+61+174=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #873DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873DAE is #78C251. Grayscale: #5F5F5F. Windows color (decimal): -7914066 or 11419015. OLE color: 11419015.

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

Color convert

RGB 135 61 174 -
CMYK 0.22 0.65 0 0.32
HSL 279.29º 0.48% 0.46% -
HSV(B) 279.29º 0.65% 0.68% -
XYZ 19.3 11.54 41.26 -
YUV 96.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 135 61 174 0.22 0.65 0 0.32 279.29 0.48 0.46
Hex 87 3D AE 16 41 0 20 117 30 2E
Octal 207 75 256 26 101 0 40 427 60 56
Binary 10000111 111101 10101110 10110 1000001 0 100000 100010111 110000 101110

Color Harmonies of #873DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DAE

Black with #873DAE

Text Example


Text Example

White with #873DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,174); }

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

background-color css

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

 a { background-color: rgb(135,61,174); }

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

border-color css

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

 span { border-color: rgb(135,61,174); }

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