Html Css Color HEX #855374 Cosmic

📋 copy color: '#855374'

red 133 ◦ green 83 ◦ blue 116

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

Shades of Cosmic #855374

Tints of Cosmic #855374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 40.06%
G = 25%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#855374 (or 0x855374) is known color: Cosmic. HEX triplet: 85, 53 and 74. RGB value is (133,83,116). Sum of RGB (Red+Green+Blue) = 133+83+116=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855374 is #7AAC8B. Grayscale: #656565. Windows color (decimal): -8039564 or 7623557. OLE color: 7623557.

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

Color convert

RGB 133 83 116 -
CMYK 0 0.38 0.13 0.48
HSL 320.4º 0.23% 0.42% -
HSV(B) 320.4º 0.38% 0.52% -
XYZ 15.92 12.43 18.08 -
YUV 101.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 133 83 116 0 0.38 0.13 0.48 320.4 0.23 0.42
Hex 85 53 74 0 26 D 30 140 17 2A
Octal 205 123 164 0 46 15 60 500 27 52
Binary 10000101 1010011 1110100 0 100110 1101 110000 101000000 10111 101010

Color Harmonies of #855374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855374

Black with #855374

Text Example


Text Example

White with #855374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855374; }

 p { color: rgb(133,83,116); }

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

background-color css

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

 a { background-color: rgb(133,83,116); }

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

border-color css

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

 span { border-color: rgb(133,83,116); }

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