Html Css Color HEX #834271 Cosmic

📋 copy color: '#834271'

red 131 ◦ green 66 ◦ blue 113

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

Shades of Cosmic #834271

Tints of Cosmic #834271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 42.26%
G = 21.29%
B = 36.45%

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

#834271 (or 0x834271) is known color: Cosmic. HEX triplet: 83, 42 and 71. RGB value is (131,66,113). Sum of RGB (Red+Green+Blue) = 131+66+113=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #834271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834271 is #7CBD8E. Grayscale: #5A5A5A. Windows color (decimal): -8174991 or 7422595. OLE color: 7422595.

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

Color convert

RGB 131 66 113 -
CMYK 0 0.50 0.14 0.49
HSL 316.62º 0.33% 0.39% -
HSV(B) 316.62º 0.5% 0.51% -
XYZ 14.29 9.91 16.78 -
YUV 90.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 131 66 113 0 0.50 0.14 0.49 316.62 0.33 0.39
Hex 83 42 71 0 32 E 31 13D 21 27
Octal 203 102 161 0 62 16 61 475 41 47
Binary 10000011 1000010 1110001 0 110010 1110 110001 100111101 100001 100111

Color Harmonies of #834271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834271

Black with #834271

Text Example


Text Example

White with #834271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834271; }

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

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

background-color css

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

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

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

border-color css

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

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

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