Html Css Color HEX #884FA4 Studio

📋 copy color: '#884FA4'

red 136 ◦ green 79 ◦ blue 164

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

Shades of Studio #884FA4

Tints of Studio #884FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

 BLUE value IS 164 (64.45% from 255) = 43.27%

R = 35.88%
G = 20.84%
B = 43.27%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#884FA4 (or 0x884FA4) is known color: Studio. HEX triplet: 88, 4F and A4. RGB value is (136,79,164). Sum of RGB (Red+Green+Blue) = 136+79+164=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #884FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884FA4 is #77B05B. Grayscale: #696969. Windows color (decimal): -7843932 or 10768264. OLE color: 10768264.

HSL color Cylindrical-coordinate representation of color #884FA4: hue angle of 280.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884FA4 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 79 164 -
CMYK 0.17 0.52 0 0.36
HSL 280.24º 0.35% 0.48% -
HSV(B) 280.24º 0.52% 0.64% -
XYZ 19.65 13.51 36.69 -
YUV 105.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 136 79 164 0.17 0.52 0 0.36 280.24 0.35 0.48
Hex 88 4F A4 11 34 0 24 118 23 30
Octal 210 117 244 21 64 0 44 430 43 60
Binary 10001000 1001111 10100100 10001 110100 0 100100 100011000 100011 110000

Color Harmonies of #884FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FA4

Black with #884FA4

Text Example


Text Example

White with #884FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,79,164); }

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

background-color css

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

 a { background-color: rgb(136,79,164); }

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

border-color css

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

 span { border-color: rgb(136,79,164); }

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