Html Css Color HEX #834361 Cosmic

📋 copy color: '#834361'

red 131 ◦ green 67 ◦ blue 97

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

Shades of Cosmic #834361

Tints of Cosmic #834361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

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

R = 44.41%
G = 22.71%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#834361 (or 0x834361) is known color: Cosmic. HEX triplet: 83, 43 and 61. RGB value is (131,67,97). Sum of RGB (Red+Green+Blue) = 131+67+97=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #834361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834361 is #7CBC9E. Grayscale: #595959. Windows color (decimal): -8174751 or 6374275. OLE color: 6374275.

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

Color convert

RGB 131 67 97 -
CMYK 0 0.49 0.26 0.49
HSL 331.88º 0.32% 0.39% -
HSV(B) 331.88º 0.49% 0.51% -
XYZ 13.52 9.7 12.47 -
YUV 89.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 131 67 97 0 0.49 0.26 0.49 331.88 0.32 0.39
Hex 83 43 61 0 31 1A 31 14C 20 27
Octal 203 103 141 0 61 32 61 514 40 47
Binary 10000011 1000011 1100001 0 110001 11010 110001 101001100 100000 100111

Color Harmonies of #834361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834361

Black with #834361

Text Example


Text Example

White with #834361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834361; }

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

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

background-color css

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

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

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

border-color css

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

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

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