Html Css Color HEX #884471 Cosmic

📋 copy color: '#884471'

red 136 ◦ green 68 ◦ blue 113

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

Shades of Cosmic #884471

Tints of Cosmic #884471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 42.9%
G = 21.45%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#884471 (or 0x884471) is known color: Cosmic. HEX triplet: 88, 44 and 71. RGB value is (136,68,113). Sum of RGB (Red+Green+Blue) = 136+68+113=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884471 is #77BB8E. Grayscale: #5D5D5D. Windows color (decimal): -7846799 or 7423112. OLE color: 7423112.

HSL color Cylindrical-coordinate representation of color #884471: hue angle of 320.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884471 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 113 -
CMYK 0 0.50 0.17 0.47
HSL 320.29º 0.33% 0.4% -
HSV(B) 320.29º 0.5% 0.53% -
XYZ 15.2 10.56 16.86 -
YUV 93.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 136 68 113 0 0.50 0.17 0.47 320.29 0.33 0.4
Hex 88 44 71 0 32 11 2F 140 21 28
Octal 210 104 161 0 62 21 57 500 41 50
Binary 10001000 1000100 1110001 0 110010 10001 101111 101000000 100001 101000

Color Harmonies of #884471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884471

Black with #884471

Text Example


Text Example

White with #884471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884471; }

 p { color: rgb(136,68,113); }

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

background-color css

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

 a { background-color: rgb(136,68,113); }

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

border-color css

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

 span { border-color: rgb(136,68,113); }

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