Html Css Color HEX #855171 Cosmic

📋 copy color: '#855171'

red 133 ◦ green 81 ◦ blue 113

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

Shades of Cosmic #855171

Tints of Cosmic #855171

RGB

 RED value IS 133 (52.34% from 255) = 40.67%

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 40.67%
G = 24.77%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#855171 (or 0x855171) is known color: Cosmic. HEX triplet: 85, 51 and 71. RGB value is (133,81,113). Sum of RGB (Red+Green+Blue) = 133+81+113=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855171 is #7AAE8E. Grayscale: #646464. Windows color (decimal): -8040079 or 7426437. OLE color: 7426437.

HSL color Cylindrical-coordinate representation of color #855171: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855171 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 113 -
CMYK 0 0.39 0.15 0.48
HSL 323.08º 0.24% 0.42% -
HSV(B) 323.08º 0.39% 0.52% -
XYZ 15.6 12.06 17.13 -
YUV 100.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 133 81 113 0 0.39 0.15 0.48 323.08 0.24 0.42
Hex 85 51 71 0 27 F 30 143 18 2A
Octal 205 121 161 0 47 17 60 503 30 52
Binary 10000101 1010001 1110001 0 100111 1111 110000 101000011 11000 101010

Color Harmonies of #855171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855171

Black with #855171

Text Example


Text Example

White with #855171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855171; }

 p { color: rgb(133,81,113); }

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

background-color css

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

 a { background-color: rgb(133,81,113); }

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

border-color css

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

 span { border-color: rgb(133,81,113); }

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