Html Css Color HEX #873EAC Studio

📋 copy color: '#873EAC'

red 135 ◦ green 62 ◦ blue 172

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

Shades of Studio #873EAC

Tints of Studio #873EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 36.59%
G = 16.8%
B = 46.61%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873EAC (or 0x873EAC) is known color: Studio. HEX triplet: 87, 3E and AC. RGB value is (135,62,172). Sum of RGB (Red+Green+Blue) = 135+62+172=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #873EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873EAC is #78C153. Grayscale: #606060. Windows color (decimal): -7913812 or 11288199. OLE color: 11288199.

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

Color convert

RGB 135 62 172 -
CMYK 0.22 0.64 0 0.33
HSL 279.82º 0.47% 0.46% -
HSV(B) 279.82º 0.64% 0.67% -
XYZ 19.16 11.57 40.25 -
YUV 96.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 135 62 172 0.22 0.64 0 0.33 279.82 0.47 0.46
Hex 87 3E AC 16 40 0 21 118 2F 2E
Octal 207 76 254 26 100 0 41 430 57 56
Binary 10000111 111110 10101100 10110 1000000 0 100001 100011000 101111 101110

Color Harmonies of #873EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873EAC

Black with #873EAC

Text Example


Text Example

White with #873EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,62,172); }

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

background-color css

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

 a { background-color: rgb(135,62,172); }

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

border-color css

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

 span { border-color: rgb(135,62,172); }

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