Html Css Color HEX #854168 Cosmic

📋 copy color: '#854168'

red 133 ◦ green 65 ◦ blue 104

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

Shades of Cosmic #854168

Tints of Cosmic #854168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 44.04%
G = 21.52%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#854168 (or 0x854168) is known color: Cosmic. HEX triplet: 85, 41 and 68. RGB value is (133,65,104). Sum of RGB (Red+Green+Blue) = 133+65+104=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854168 is #7ABE97. Grayscale: #595959. Windows color (decimal): -8044184 or 6832517. OLE color: 6832517.

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

Color convert

RGB 133 65 104 -
CMYK 0 0.51 0.22 0.48
HSL 325.59º 0.34% 0.39% -
HSV(B) 325.59º 0.51% 0.52% -
XYZ 14.06 9.77 14.24 -
YUV 89.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 133 65 104 0 0.51 0.22 0.48 325.59 0.34 0.39
Hex 85 41 68 0 33 16 30 146 22 27
Octal 205 101 150 0 63 26 60 506 42 47
Binary 10000101 1000001 1101000 0 110011 10110 110000 101000110 100010 100111

Color Harmonies of #854168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854168

Black with #854168

Text Example


Text Example

White with #854168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854168; }

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

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

background-color css

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

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

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

border-color css

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

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

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