Html Css Color HEX #853B6D Cosmic

📋 copy color: '#853B6D'

red 133 ◦ green 59 ◦ blue 109

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

Shades of Cosmic #853B6D

Tints of Cosmic #853B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 44.19%
G = 19.6%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#853B6D (or 0x853B6D) is known color: Cosmic. HEX triplet: 85, 3B and 6D. RGB value is (133,59,109). Sum of RGB (Red+Green+Blue) = 133+59+109=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B6D is #7AC492. Grayscale: #565656. Windows color (decimal): -8045715 or 7158661. OLE color: 7158661.

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

Color convert

RGB 133 59 109 -
CMYK 0 0.56 0.18 0.48
HSL 319.46º 0.39% 0.38% -
HSV(B) 319.46º 0.56% 0.52% -
XYZ 14 9.22 15.51 -
YUV 86.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 133 59 109 0 0.56 0.18 0.48 319.46 0.39 0.38
Hex 85 3B 6D 0 38 12 30 13F 27 26
Octal 205 73 155 0 70 22 60 477 47 46
Binary 10000101 111011 1101101 0 111000 10010 110000 100111111 100111 100110

Color Harmonies of #853B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B6D

Black with #853B6D

Text Example


Text Example

White with #853B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,59,109); }

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

background-color css

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

 a { background-color: rgb(133,59,109); }

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

border-color css

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

 span { border-color: rgb(133,59,109); }

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