Html Css Color HEX #853F6C Cosmic

📋 copy color: '#853F6C'

red 133 ◦ green 63 ◦ blue 108

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

Shades of Cosmic #853F6C

Tints of Cosmic #853F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 43.75%
G = 20.72%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#853F6C (or 0x853F6C) is known color: Cosmic. HEX triplet: 85, 3F and 6C. RGB value is (133,63,108). Sum of RGB (Red+Green+Blue) = 133+63+108=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F6C is #7AC093. Grayscale: #585858. Windows color (decimal): -8044692 or 7094149. OLE color: 7094149.

HSL color Cylindrical-coordinate representation of color #853F6C: hue angle of 321.43º 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 #853F6C is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 108 -
CMYK 0 0.53 0.19 0.48
HSL 321.43º 0.36% 0.38% -
HSV(B) 321.43º 0.53% 0.52% -
XYZ 14.16 9.62 15.3 -
YUV 89.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 133 63 108 0 0.53 0.19 0.48 321.43 0.36 0.38
Hex 85 3F 6C 0 35 13 30 141 24 26
Octal 205 77 154 0 65 23 60 501 44 46
Binary 10000101 111111 1101100 0 110101 10011 110000 101000001 100100 100110

Color Harmonies of #853F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F6C

Black with #853F6C

Text Example


Text Example

White with #853F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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