Html Css Color HEX #884DA1 Studio

📋 copy color: '#884DA1'

red 136 ◦ green 77 ◦ blue 161

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

Shades of Studio #884DA1

Tints of Studio #884DA1

RGB

 RED value IS 136 (53.52% from 255) = 36.36%

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 36.36%
G = 20.59%
B = 43.05%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#884DA1 (or 0x884DA1) is known color: Studio. HEX triplet: 88, 4D and A1. RGB value is (136,77,161). Sum of RGB (Red+Green+Blue) = 136+77+161=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: blue. Hex color #884DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884DA1 is #77B25E. Grayscale: #676767. Windows color (decimal): -7844447 or 10571144. OLE color: 10571144.

HSL color Cylindrical-coordinate representation of color #884DA1: hue angle of 282.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884DA1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 77 161 -
CMYK 0.16 0.52 0 0.37
HSL 282.14º 0.35% 0.47% -
HSV(B) 282.14º 0.52% 0.63% -
XYZ 19.24 13.12 35.24 -
YUV 104.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 136 77 161 0.16 0.52 0 0.37 282.14 0.35 0.47
Hex 88 4D A1 10 34 0 25 11A 23 2F
Octal 210 115 241 20 64 0 45 432 43 57
Binary 10001000 1001101 10100001 10000 110100 0 100101 100011010 100011 101111

Color Harmonies of #884DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DA1

Black with #884DA1

Text Example


Text Example

White with #884DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884DA1; }

 p { color: rgb(136,77,161); }

 H1.HeaderClassName
 {
   color: #884DA1;
 }
 .AnyTagClassName
 {
   color: #884DA1;
 }
</style>

background-color css

<style>
 a { background-color: #884DA1; }

 a { background-color: rgb(136,77,161); }

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

border-color css

<style>
 span { border-color: #884DA1; }

 span { border-color: rgb(136,77,161); }

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