Html Css Color HEX #9B506A Vin Rouge

📋 copy color: '#9B506A'

red 155 ◦ green 80 ◦ blue 106

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

Shades of Vin Rouge #9B506A

Tints of Vin Rouge #9B506A

RGB

 RED value IS 155 (60.94% from 255) = 45.45%

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 45.45%
G = 23.46%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B506A (or 0x9B506A) is known color: Vin Rouge. HEX triplet: 9B, 50 and 6A. RGB value is (155,80,106). Sum of RGB (Red+Green+Blue) = 155+80+106=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B506A is #64AF95. Grayscale: #696969. Windows color (decimal): -6598550 or 6967451. OLE color: 6967451.

HSL color Cylindrical-coordinate representation of color #9B506A: hue angle of 339.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B506A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 106 -
CMYK 0 0.48 0.32 0.39
HSL 339.2º 0.32% 0.46% -
HSV(B) 339.2º 0.48% 0.61% -
XYZ 18.99 13.75 15.29 -
YUV 105.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 155 80 106 0 0.48 0.32 0.39 339.2 0.32 0.46
Hex 9B 50 6A 0 30 20 27 153 20 2E
Octal 233 120 152 0 60 40 47 523 40 56
Binary 10011011 1010000 1101010 0 110000 100000 100111 101010011 100000 101110

Color Harmonies of #9B506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B506A

Black with #9B506A

Text Example


Text Example

White with #9B506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,106); }

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

background-color css

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

 a { background-color: rgb(155,80,106); }

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

border-color css

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

 span { border-color: rgb(155,80,106); }

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