Html Css Color HEX #854373 Cosmic

📋 copy color: '#854373'

red 133 ◦ green 67 ◦ blue 115

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

Shades of Cosmic #854373

Tints of Cosmic #854373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

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

R = 42.22%
G = 21.27%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854373 (or 0x854373) is known color: Cosmic. HEX triplet: 85, 43 and 73. RGB value is (133,67,115). Sum of RGB (Red+Green+Blue) = 133+67+115=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854373 is #7ABC8C. Grayscale: #5C5C5C. Windows color (decimal): -8043661 or 7553925. OLE color: 7553925.

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

Color convert

RGB 133 67 115 -
CMYK 0 0.50 0.14 0.48
HSL 316.36º 0.33% 0.39% -
HSV(B) 316.36º 0.5% 0.52% -
XYZ 14.77 10.24 17.42 -
YUV 92.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 133 67 115 0 0.50 0.14 0.48 316.36 0.33 0.39
Hex 85 43 73 0 32 E 30 13C 21 27
Octal 205 103 163 0 62 16 60 474 41 47
Binary 10000101 1000011 1110011 0 110010 1110 110000 100111100 100001 100111

Color Harmonies of #854373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854373

Black with #854373

Text Example


Text Example

White with #854373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854373; }

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

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

background-color css

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

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

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

border-color css

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

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

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