Html Css Color HEX #854473 Cosmic

📋 copy color: '#854473'

red 133 ◦ green 68 ◦ blue 115

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

Shades of Cosmic #854473

Tints of Cosmic #854473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 42.09%
G = 21.52%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854473 (or 0x854473) is known color: Cosmic. HEX triplet: 85, 44 and 73. RGB value is (133,68,115). Sum of RGB (Red+Green+Blue) = 133+68+115=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854473 is #7ABB8C. Grayscale: #5C5C5C. Windows color (decimal): -8043405 or 7554181. OLE color: 7554181.

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

Color convert

RGB 133 68 115 -
CMYK 0 0.49 0.14 0.48
HSL 316.62º 0.32% 0.39% -
HSV(B) 316.62º 0.49% 0.52% -
XYZ 14.83 10.36 17.44 -
YUV 92.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 133 68 115 0 0.49 0.14 0.48 316.62 0.32 0.39
Hex 85 44 73 0 31 E 30 13D 20 27
Octal 205 104 163 0 61 16 60 475 40 47
Binary 10000101 1000100 1110011 0 110001 1110 110000 100111101 100000 100111

Color Harmonies of #854473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854473

Black with #854473

Text Example


Text Example

White with #854473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854473; }

 p { color: rgb(133,68,115); }

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

background-color css

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

 a { background-color: rgb(133,68,115); }

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

border-color css

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

 span { border-color: rgb(133,68,115); }

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