Html Css Color HEX #9E5068 Vin Rouge

📋 copy color: '#9E5068'

red 158 ◦ green 80 ◦ blue 104

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

Shades of Vin Rouge #9E5068

Tints of Vin Rouge #9E5068

RGB

 RED value IS 158 (62.11% from 255) = 46.2%

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 46.2%
G = 23.39%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E5068 (or 0x9E5068) is known color: Vin Rouge. HEX triplet: 9E, 50 and 68. RGB value is (158,80,104). Sum of RGB (Red+Green+Blue) = 158+80+104=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5068 is #61AF97. Grayscale: #6A6A6A. Windows color (decimal): -6401944 or 6836382. OLE color: 6836382.

HSL color Cylindrical-coordinate representation of color #9E5068: hue angle of 341.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5068 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 80 104 -
CMYK 0 0.49 0.34 0.38
HSL 341.54º 0.33% 0.47% -
HSV(B) 341.54º 0.49% 0.62% -
XYZ 19.47 14.01 14.77 -
YUV 106.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 158 80 104 0 0.49 0.34 0.38 341.54 0.33 0.47
Hex 9E 50 68 0 31 22 26 156 21 2F
Octal 236 120 150 0 61 42 46 526 41 57
Binary 10011110 1010000 1101000 0 110001 100010 100110 101010110 100001 101111

Color Harmonies of #9E5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5068

Black with #9E5068

Text Example


Text Example

White with #9E5068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5068; }

 p { color: rgb(158,80,104); }

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

background-color css

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

 a { background-color: rgb(158,80,104); }

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

border-color css

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

 span { border-color: rgb(158,80,104); }

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