Html Css Color HEX #834660 Cosmic

📋 copy color: '#834660'

red 131 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #834660

Tints of Cosmic #834660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 44.11%
G = 23.57%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#834660 (or 0x834660) is known color: Cosmic. HEX triplet: 83, 46 and 60. RGB value is (131,70,96). Sum of RGB (Red+Green+Blue) = 131+70+96=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #834660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834660 is #7CB99F. Grayscale: #5B5B5B. Windows color (decimal): -8173984 or 6309507. OLE color: 6309507.

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

Color convert

RGB 131 70 96 -
CMYK 0 0.47 0.27 0.49
HSL 334.43º 0.3% 0.39% -
HSV(B) 334.43º 0.47% 0.51% -
XYZ 13.66 10.05 12.29 -
YUV 91.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 131 70 96 0 0.47 0.27 0.49 334.43 0.3 0.39
Hex 83 46 60 0 2F 1B 31 14E 1E 27
Octal 203 106 140 0 57 33 61 516 36 47
Binary 10000011 1000110 1100000 0 101111 11011 110001 101001110 11110 100111

Color Harmonies of #834660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834660

Black with #834660

Text Example


Text Example

White with #834660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834660; }

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

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

background-color css

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

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

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

border-color css

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

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

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