Html Css Color HEX #854863 Cosmic

📋 copy color: '#854863'

red 133 ◦ green 72 ◦ blue 99

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

Shades of Cosmic #854863

Tints of Cosmic #854863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 99 (39.06% from 255) = 32.57%

R = 43.75%
G = 23.68%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854863 (or 0x854863) is known color: Cosmic. HEX triplet: 85, 48 and 63. RGB value is (133,72,99). Sum of RGB (Red+Green+Blue) = 133+72+99=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854863 is #7AB79C. Grayscale: #5D5D5D. Windows color (decimal): -8042397 or 6506629. OLE color: 6506629.

HSL color Cylindrical-coordinate representation of color #854863: hue angle of 333.44º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854863 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 99 -
CMYK 0 0.46 0.26 0.48
HSL 333.44º 0.3% 0.4% -
HSV(B) 333.44º 0.46% 0.52% -
XYZ 14.24 10.52 13.08 -
YUV 93.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 133 72 99 0 0.46 0.26 0.48 333.44 0.3 0.4
Hex 85 48 63 0 2E 1A 30 14D 1E 28
Octal 205 110 143 0 56 32 60 515 36 50
Binary 10000101 1001000 1100011 0 101110 11010 110000 101001101 11110 101000

Color Harmonies of #854863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854863

Black with #854863

Text Example


Text Example

White with #854863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854863; }

 p { color: rgb(133,72,99); }

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

background-color css

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

 a { background-color: rgb(133,72,99); }

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

border-color css

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

 span { border-color: rgb(133,72,99); }

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