Html Css Color HEX #834161 Cosmic

📋 copy color: '#834161'

red 131 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #834161

Tints of Cosmic #834161

RGB

 RED value IS 131 (51.56% from 255) = 44.71%

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 44.71%
G = 22.18%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#834161 (or 0x834161) is known color: Cosmic. HEX triplet: 83, 41 and 61. RGB value is (131,65,97). Sum of RGB (Red+Green+Blue) = 131+65+97=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #834161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834161 is #7CBE9E. Grayscale: #585858. Windows color (decimal): -8175263 or 6373763. OLE color: 6373763.

HSL color Cylindrical-coordinate representation of color #834161: hue angle of 330.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834161 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 97 -
CMYK 0 0.50 0.26 0.49
HSL 330.91º 0.34% 0.38% -
HSV(B) 330.91º 0.5% 0.51% -
XYZ 13.41 9.47 12.43 -
YUV 88.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 131 65 97 0 0.50 0.26 0.49 330.91 0.34 0.38
Hex 83 41 61 0 32 1A 31 14B 22 26
Octal 203 101 141 0 62 32 61 513 42 46
Binary 10000011 1000001 1100001 0 110010 11010 110001 101001011 100010 100110

Color Harmonies of #834161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834161

Black with #834161

Text Example


Text Example

White with #834161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834161; }

 p { color: rgb(131,65,97); }

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

background-color css

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

 a { background-color: rgb(131,65,97); }

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

border-color css

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

 span { border-color: rgb(131,65,97); }

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