Html Css Color HEX #853F6E Cosmic

📋 copy color: '#853F6E'

red 133 ◦ green 63 ◦ blue 110

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

Shades of Cosmic #853F6E

Tints of Cosmic #853F6E

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 43.46%
G = 20.59%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#853F6E (or 0x853F6E) is known color: Cosmic. HEX triplet: 85, 3F and 6E. RGB value is (133,63,110). Sum of RGB (Red+Green+Blue) = 133+63+110=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #853F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F6E is #7AC091. Grayscale: #595959. Windows color (decimal): -8044690 or 7225221. OLE color: 7225221.

HSL color Cylindrical-coordinate representation of color #853F6E: hue angle of 319.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F6E is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 110 -
CMYK 0 0.53 0.17 0.48
HSL 319.71º 0.36% 0.38% -
HSV(B) 319.71º 0.53% 0.52% -
XYZ 14.26 9.67 15.87 -
YUV 89.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 133 63 110 0 0.53 0.17 0.48 319.71 0.36 0.38
Hex 85 3F 6E 0 35 11 30 140 24 26
Octal 205 77 156 0 65 21 60 500 44 46
Binary 10000101 111111 1101110 0 110101 10001 110000 101000000 100100 100110

Color Harmonies of #853F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F6E

Black with #853F6E

Text Example


Text Example

White with #853F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F6E; }

 p { color: rgb(133,63,110); }

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

background-color css

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

 a { background-color: rgb(133,63,110); }

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

border-color css

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

 span { border-color: rgb(133,63,110); }

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