Html Css Color HEX #854163 Cosmic

📋 copy color: '#854163'

red 133 ◦ green 65 ◦ blue 99

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

Shades of Cosmic #854163

Tints of Cosmic #854163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 44.78%
G = 21.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#854163 (or 0x854163) is known color: Cosmic. HEX triplet: 85, 41 and 63. RGB value is (133,65,99). Sum of RGB (Red+Green+Blue) = 133+65+99=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854163 is #7ABE9C. Grayscale: #595959. Windows color (decimal): -8044189 or 6504837. OLE color: 6504837.

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

Color convert

RGB 133 65 99 -
CMYK 0 0.51 0.26 0.48
HSL 330º 0.34% 0.39% -
HSV(B) 330º 0.51% 0.52% -
XYZ 13.82 9.67 12.94 -
YUV 89.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 133 65 99 0 0.51 0.26 0.48 330 0.34 0.39
Hex 85 41 63 0 33 1A 30 14A 22 27
Octal 205 101 143 0 63 32 60 512 42 47
Binary 10000101 1000001 1100011 0 110011 11010 110000 101001010 100010 100111

Color Harmonies of #854163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854163

Black with #854163

Text Example


Text Example

White with #854163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854163; }

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

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

background-color css

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

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

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

border-color css

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

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

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