Html Css Color HEX #834573 Cosmic

📋 copy color: '#834573'

red 131 ◦ green 69 ◦ blue 115

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

Shades of Cosmic #834573

Tints of Cosmic #834573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 41.59%
G = 21.9%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#834573 (or 0x834573) is known color: Cosmic. HEX triplet: 83, 45 and 73. RGB value is (131,69,115). Sum of RGB (Red+Green+Blue) = 131+69+115=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834573 is #7CBA8C. Grayscale: #5C5C5C. Windows color (decimal): -8174221 or 7554435. OLE color: 7554435.

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

Color convert

RGB 131 69 115 -
CMYK 0 0.47 0.12 0.49
HSL 315.48º 0.31% 0.39% -
HSV(B) 315.48º 0.47% 0.51% -
XYZ 14.58 10.32 17.44 -
YUV 92.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 131 69 115 0 0.47 0.12 0.49 315.48 0.31 0.39
Hex 83 45 73 0 2F C 31 13B 1F 27
Octal 203 105 163 0 57 14 61 473 37 47
Binary 10000011 1000101 1110011 0 101111 1100 110001 100111011 11111 100111

Color Harmonies of #834573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834573

Black with #834573

Text Example


Text Example

White with #834573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834573; }

 p { color: rgb(131,69,115); }

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

background-color css

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

 a { background-color: rgb(131,69,115); }

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

border-color css

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

 span { border-color: rgb(131,69,115); }

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