Html Css Color HEX #834659 Cosmic

📋 copy color: '#834659'

red 131 ◦ green 70 ◦ blue 89

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

Shades of Cosmic #834659

Tints of Cosmic #834659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 45.17%
G = 24.14%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#834659 (or 0x834659) is known color: Cosmic. HEX triplet: 83, 46 and 59. RGB value is (131,70,89). Sum of RGB (Red+Green+Blue) = 131+70+89=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #834659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834659 is #7CB9A6. Grayscale: #5A5A5A. Windows color (decimal): -8173991 or 5850755. OLE color: 5850755.

HSL color Cylindrical-coordinate representation of color #834659: hue angle of 341.31º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834659 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 89 -
CMYK 0 0.47 0.32 0.49
HSL 341.31º 0.3% 0.39% -
HSV(B) 341.31º 0.47% 0.51% -
XYZ 13.35 9.93 10.66 -
YUV 90.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 131 70 89 0 0.47 0.32 0.49 341.31 0.3 0.39
Hex 83 46 59 0 2F 20 31 155 1E 27
Octal 203 106 131 0 57 40 61 525 36 47
Binary 10000011 1000110 1011001 0 101111 100000 110001 101010101 11110 100111

Color Harmonies of #834659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834659

Black with #834659

Text Example


Text Example

White with #834659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834659; }

 p { color: rgb(131,70,89); }

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

background-color css

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

 a { background-color: rgb(131,70,89); }

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

border-color css

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

 span { border-color: rgb(131,70,89); }

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