Html Css Color HEX #834969 Cosmic

📋 copy color: '#834969'

red 131 ◦ green 73 ◦ blue 105

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

Shades of Cosmic #834969

Tints of Cosmic #834969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 42.39%
G = 23.62%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834969 (or 0x834969) is known color: Cosmic. HEX triplet: 83, 49 and 69. RGB value is (131,73,105). Sum of RGB (Red+Green+Blue) = 131+73+105=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #834969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834969 is #7CB696. Grayscale: #5D5D5D. Windows color (decimal): -8173207 or 6900099. OLE color: 6900099.

HSL color Cylindrical-coordinate representation of color #834969: hue angle of 326.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834969 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 105 -
CMYK 0 0.44 0.20 0.49
HSL 326.9º 0.28% 0.4% -
HSV(B) 326.9º 0.44% 0.51% -
XYZ 14.29 10.61 14.66 -
YUV 93.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 131 73 105 0 0.44 0.20 0.49 326.9 0.28 0.4
Hex 83 49 69 0 2C 14 31 147 1C 28
Octal 203 111 151 0 54 24 61 507 34 50
Binary 10000011 1001001 1101001 0 101100 10100 110001 101000111 11100 101000

Color Harmonies of #834969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834969

Black with #834969

Text Example


Text Example

White with #834969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834969; }

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

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

background-color css

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

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

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

border-color css

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

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

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