Html Css Color HEX #9B5076 Cannon Pink

📋 copy color: '#9B5076'

red 155 ◦ green 80 ◦ blue 118

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

Shades of Cannon Pink #9B5076

Tints of Cannon Pink #9B5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 43.91%
G = 22.66%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B5076 (or 0x9B5076) is known color: Cannon Pink. HEX triplet: 9B, 50 and 76. RGB value is (155,80,118). Sum of RGB (Red+Green+Blue) = 155+80+118=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5076 is #64AF89. Grayscale: #6A6A6A. Windows color (decimal): -6598538 or 7753883. OLE color: 7753883.

HSL color Cylindrical-coordinate representation of color #9B5076: hue angle of 329.6º 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 #9B5076 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 118 -
CMYK 0 0.48 0.24 0.39
HSL 329.6º 0.32% 0.46% -
HSV(B) 329.6º 0.48% 0.61% -
XYZ 19.66 14.01 18.81 -
YUV 106.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 155 80 118 0 0.48 0.24 0.39 329.6 0.32 0.46
Hex 9B 50 76 0 30 18 27 14A 20 2E
Octal 233 120 166 0 60 30 47 512 40 56
Binary 10011011 1010000 1110110 0 110000 11000 100111 101001010 100000 101110

Color Harmonies of #9B5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5076

Black with #9B5076

Text Example


Text Example

White with #9B5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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