Html Css Color HEX #834166 Cosmic

📋 copy color: '#834166'

red 131 ◦ green 65 ◦ blue 102

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

Shades of Cosmic #834166

Tints of Cosmic #834166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 43.96%
G = 21.81%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834166 (or 0x834166) is known color: Cosmic. HEX triplet: 83, 41 and 66. RGB value is (131,65,102). Sum of RGB (Red+Green+Blue) = 131+65+102=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #834166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834166 is #7CBE99. Grayscale: #585858. Windows color (decimal): -8175258 or 6701443. OLE color: 6701443.

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

Color convert

RGB 131 65 102 -
CMYK 0 0.50 0.22 0.49
HSL 326.36º 0.34% 0.38% -
HSV(B) 326.36º 0.5% 0.51% -
XYZ 13.65 9.57 13.7 -
YUV 88.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 131 65 102 0 0.50 0.22 0.49 326.36 0.34 0.38
Hex 83 41 66 0 32 16 31 146 22 26
Octal 203 101 146 0 62 26 61 506 42 46
Binary 10000011 1000001 1100110 0 110010 10110 110001 101000110 100010 100110

Color Harmonies of #834166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834166

Black with #834166

Text Example


Text Example

White with #834166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834166; }

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

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

background-color css

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

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

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

border-color css

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

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

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