Html Css Color HEX #874E9F Studio

📋 copy color: '#874E9F'

red 135 ◦ green 78 ◦ blue 159

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

Shades of Studio #874E9F

Tints of Studio #874E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.97%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 36.29%
G = 20.97%
B = 42.74%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#874E9F (or 0x874E9F) is known color: Studio. HEX triplet: 87, 4E and 9F. RGB value is (135,78,159). Sum of RGB (Red+Green+Blue) = 135+78+159=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #874E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E9F is #78B160. Grayscale: #686868. Windows color (decimal): -7909729 or 10440327. OLE color: 10440327.

HSL color Cylindrical-coordinate representation of color #874E9F: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874E9F is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 78 159 -
CMYK 0.15 0.51 0 0.38
HSL 282.22º 0.34% 0.46% -
HSV(B) 282.22º 0.51% 0.62% -
XYZ 18.97 13.1 34.33 -
YUV 104.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 135 78 159 0.15 0.51 0 0.38 282.22 0.34 0.46
Hex 87 4E 9F F 33 0 26 11A 22 2E
Octal 207 116 237 17 63 0 46 432 42 56
Binary 10000111 1001110 10011111 1111 110011 0 100110 100011010 100010 101110

Color Harmonies of #874E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E9F

Black with #874E9F

Text Example


Text Example

White with #874E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874E9F; }

 p { color: rgb(135,78,159); }

 H1.HeaderClassName
 {
   color: #874E9F;
 }
 .AnyTagClassName
 {
   color: #874E9F;
 }
</style>

background-color css

<style>
 a { background-color: #874E9F; }

 a { background-color: rgb(135,78,159); }

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

border-color css

<style>
 span { border-color: #874E9F; }

 span { border-color: rgb(135,78,159); }

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