Html Css Color HEX #884DA5 Studio

📋 copy color: '#884DA5'

red 136 ◦ green 77 ◦ blue 165

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

Shades of Studio #884DA5

Tints of Studio #884DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 35.98%
G = 20.37%
B = 43.65%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#884DA5 (or 0x884DA5) is known color: Studio. HEX triplet: 88, 4D and A5. RGB value is (136,77,165). Sum of RGB (Red+Green+Blue) = 136+77+165=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #884DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884DA5 is #77B25A. Grayscale: #686868. Windows color (decimal): -7844443 or 10833288. OLE color: 10833288.

HSL color Cylindrical-coordinate representation of color #884DA5: hue angle of 280.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884DA5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 77 165 -
CMYK 0.18 0.53 0 0.35
HSL 280.23º 0.36% 0.47% -
HSV(B) 280.23º 0.53% 0.65% -
XYZ 19.6 13.26 37.12 -
YUV 104.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 136 77 165 0.18 0.53 0 0.35 280.23 0.36 0.47
Hex 88 4D A5 12 35 0 23 118 24 2F
Octal 210 115 245 22 65 0 43 430 44 57
Binary 10001000 1001101 10100101 10010 110101 0 100011 100011000 100100 101111

Color Harmonies of #884DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DA5

Black with #884DA5

Text Example


Text Example

White with #884DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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