Html Css Color HEX #834169 Cosmic

📋 copy color: '#834169'

red 131 ◦ green 65 ◦ blue 105

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

Shades of Cosmic #834169

Tints of Cosmic #834169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 43.52%
G = 21.59%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834169 (or 0x834169) is known color: Cosmic. HEX triplet: 83, 41 and 69. RGB value is (131,65,105). Sum of RGB (Red+Green+Blue) = 131+65+105=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #834169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834169 is #7CBE96. Grayscale: #595959. Windows color (decimal): -8175255 or 6898051. OLE color: 6898051.

HSL color Cylindrical-coordinate representation of color #834169: hue angle of 323.64º 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 #834169 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 105 -
CMYK 0 0.50 0.20 0.49
HSL 323.64º 0.34% 0.38% -
HSV(B) 323.64º 0.5% 0.51% -
XYZ 13.8 9.63 14.5 -
YUV 89.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 131 65 105 0 0.50 0.20 0.49 323.64 0.34 0.38
Hex 83 41 69 0 32 14 31 144 22 26
Octal 203 101 151 0 62 24 61 504 42 46
Binary 10000011 1000001 1101001 0 110010 10100 110001 101000100 100010 100110

Color Harmonies of #834169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834169

Black with #834169

Text Example


Text Example

White with #834169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834169; }

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

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

background-color css

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

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

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

border-color css

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

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

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