Html Css Color HEX #854865 Cosmic

📋 copy color: '#854865'

red 133 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #854865

Tints of Cosmic #854865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 43.46%
G = 23.53%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#854865 (or 0x854865) is known color: Cosmic. HEX triplet: 85, 48 and 65. RGB value is (133,72,101). Sum of RGB (Red+Green+Blue) = 133+72+101=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #854865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854865 is #7AB79A. Grayscale: #5D5D5D. Windows color (decimal): -8042395 or 6637701. OLE color: 6637701.

HSL color Cylindrical-coordinate representation of color #854865: hue angle of 331.48º 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 #854865 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 101 -
CMYK 0 0.46 0.24 0.48
HSL 331.48º 0.3% 0.4% -
HSV(B) 331.48º 0.46% 0.52% -
XYZ 14.34 10.56 13.59 -
YUV 93.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 133 72 101 0 0.46 0.24 0.48 331.48 0.3 0.4
Hex 85 48 65 0 2E 18 30 14B 1E 28
Octal 205 110 145 0 56 30 60 513 36 50
Binary 10000101 1001000 1100101 0 101110 11000 110000 101001011 11110 101000

Color Harmonies of #854865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854865

Black with #854865

Text Example


Text Example

White with #854865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854865; }

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

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

background-color css

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

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

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

border-color css

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

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

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