Html Css Color HEX #834172 Cosmic

📋 copy color: '#834172'

red 131 ◦ green 65 ◦ blue 114

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

Shades of Cosmic #834172

Tints of Cosmic #834172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 42.26%
G = 20.97%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#834172 (or 0x834172) is known color: Cosmic. HEX triplet: 83, 41 and 72. RGB value is (131,65,114). Sum of RGB (Red+Green+Blue) = 131+65+114=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #834172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834172 is #7CBE8D. Grayscale: #5A5A5A. Windows color (decimal): -8175246 or 7487875. OLE color: 7487875.

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

Color convert

RGB 131 65 114 -
CMYK 0 0.50 0.13 0.49
HSL 315.45º 0.34% 0.38% -
HSV(B) 315.45º 0.5% 0.51% -
XYZ 14.29 9.82 17.06 -
YUV 90.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 131 65 114 0 0.50 0.13 0.49 315.45 0.34 0.38
Hex 83 41 72 0 32 D 31 13B 22 26
Octal 203 101 162 0 62 15 61 473 42 46
Binary 10000011 1000001 1110010 0 110010 1101 110001 100111011 100010 100110

Color Harmonies of #834172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834172

Black with #834172

Text Example


Text Example

White with #834172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834172; }

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

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

background-color css

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

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

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

border-color css

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

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

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