Html Css Color HEX #854166 Cosmic

📋 copy color: '#854166'

red 133 ◦ green 65 ◦ blue 102

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

Shades of Cosmic #854166

Tints of Cosmic #854166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 44.33%
G = 21.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854166 (or 0x854166) is known color: Cosmic. HEX triplet: 85, 41 and 66. RGB value is (133,65,102). Sum of RGB (Red+Green+Blue) = 133+65+102=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #854166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854166 is #7ABE99. Grayscale: #595959. Windows color (decimal): -8044186 or 6701445. OLE color: 6701445.

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

Color convert

RGB 133 65 102 -
CMYK 0 0.51 0.23 0.48
HSL 327.35º 0.34% 0.39% -
HSV(B) 327.35º 0.51% 0.52% -
XYZ 13.96 9.73 13.71 -
YUV 89.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 133 65 102 0 0.51 0.23 0.48 327.35 0.34 0.39
Hex 85 41 66 0 33 17 30 147 22 27
Octal 205 101 146 0 63 27 60 507 42 47
Binary 10000101 1000001 1100110 0 110011 10111 110000 101000111 100010 100111

Color Harmonies of #854166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854166

Black with #854166

Text Example


Text Example

White with #854166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854166; }

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

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

background-color css

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

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

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

border-color css

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

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

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