Html Css Color HEX #834168 Cosmic

📋 copy color: '#834168'

red 131 ◦ green 65 ◦ blue 104

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

Shades of Cosmic #834168

Tints of Cosmic #834168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 43.67%
G = 21.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#834168 (or 0x834168) is known color: Cosmic. HEX triplet: 83, 41 and 68. RGB value is (131,65,104). Sum of RGB (Red+Green+Blue) = 131+65+104=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834168 is #7CBE97. Grayscale: #595959. Windows color (decimal): -8175256 or 6832515. OLE color: 6832515.

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

Color convert

RGB 131 65 104 -
CMYK 0 0.50 0.21 0.49
HSL 324.55º 0.34% 0.38% -
HSV(B) 324.55º 0.5% 0.51% -
XYZ 13.75 9.61 14.23 -
YUV 89.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 131 65 104 0 0.50 0.21 0.49 324.55 0.34 0.38
Hex 83 41 68 0 32 15 31 145 22 26
Octal 203 101 150 0 62 25 61 505 42 46
Binary 10000011 1000001 1101000 0 110010 10101 110001 101000101 100010 100110

Color Harmonies of #834168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834168

Black with #834168

Text Example


Text Example

White with #834168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834168; }

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

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

background-color css

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

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

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

border-color css

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

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

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