Html Css Color HEX #834171 Cosmic

📋 copy color: '#834171'

red 131 ◦ green 65 ◦ blue 113

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

Shades of Cosmic #834171

Tints of Cosmic #834171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 42.39%
G = 21.04%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#834171 (or 0x834171) is known color: Cosmic. HEX triplet: 83, 41 and 71. RGB value is (131,65,113). Sum of RGB (Red+Green+Blue) = 131+65+113=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #834171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834171 is #7CBE8E. Grayscale: #5A5A5A. Windows color (decimal): -8175247 or 7422339. OLE color: 7422339.

HSL color Cylindrical-coordinate representation of color #834171: hue angle of 316.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834171 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 113 -
CMYK 0 0.50 0.14 0.49
HSL 316.36º 0.34% 0.38% -
HSV(B) 316.36º 0.5% 0.51% -
XYZ 14.23 9.8 16.76 -
YUV 90.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 131 65 113 0 0.50 0.14 0.49 316.36 0.34 0.38
Hex 83 41 71 0 32 E 31 13C 22 26
Octal 203 101 161 0 62 16 61 474 42 46
Binary 10000011 1000001 1110001 0 110010 1110 110001 100111100 100010 100110

Color Harmonies of #834171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834171

Black with #834171

Text Example


Text Example

White with #834171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834171; }

 p { color: rgb(131,65,113); }

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

background-color css

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

 a { background-color: rgb(131,65,113); }

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

border-color css

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

 span { border-color: rgb(131,65,113); }

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