Html Css Color HEX #873FAB Studio

📋 copy color: '#873FAB'

red 135 ◦ green 63 ◦ blue 171

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

Shades of Studio #873FAB

Tints of Studio #873FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 36.59%
G = 17.07%
B = 46.34%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873FAB (or 0x873FAB) is known color: Studio. HEX triplet: 87, 3F and AB. RGB value is (135,63,171). Sum of RGB (Red+Green+Blue) = 135+63+171=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #873FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FAB is #78C054. Grayscale: #606060. Windows color (decimal): -7913557 or 11222919. OLE color: 11222919.

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

Color convert

RGB 135 63 171 -
CMYK 0.21 0.63 0 0.33
HSL 280º 0.46% 0.46% -
HSV(B) 280º 0.63% 0.67% -
XYZ 19.12 11.65 39.77 -
YUV 96.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 135 63 171 0.21 0.63 0 0.33 280 0.46 0.46
Hex 87 3F AB 15 3F 0 21 118 2E 2E
Octal 207 77 253 25 77 0 41 430 56 56
Binary 10000111 111111 10101011 10101 111111 0 100001 100011000 101110 101110

Color Harmonies of #873FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FAB

Black with #873FAB

Text Example


Text Example

White with #873FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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