Html Css Color HEX #85396B Cosmic

📋 copy color: '#85396B'

red 133 ◦ green 57 ◦ blue 107

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

Shades of Cosmic #85396B

Tints of Cosmic #85396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 44.78%
G = 19.19%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85396B (or 0x85396B) is known color: Cosmic. HEX triplet: 85, 39 and 6B. RGB value is (133,57,107). Sum of RGB (Red+Green+Blue) = 133+57+107=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85396B is #7AC694. Grayscale: #555555. Windows color (decimal): -8046229 or 7027077. OLE color: 7027077.

HSL color Cylindrical-coordinate representation of color #85396B: hue angle of 320.53º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85396B is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 107 -
CMYK 0 0.57 0.20 0.48
HSL 320.53º 0.4% 0.37% -
HSV(B) 320.53º 0.57% 0.52% -
XYZ 13.79 8.97 14.92 -
YUV 85.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 133 57 107 0 0.57 0.20 0.48 320.53 0.4 0.37
Hex 85 39 6B 0 39 14 30 141 28 25
Octal 205 71 153 0 71 24 60 501 50 45
Binary 10000101 111001 1101011 0 111001 10100 110000 101000001 101000 100101

Color Harmonies of #85396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85396B

Black with #85396B

Text Example


Text Example

White with #85396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85396B; }

 p { color: rgb(133,57,107); }

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

background-color css

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

 a { background-color: rgb(133,57,107); }

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

border-color css

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

 span { border-color: rgb(133,57,107); }

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