Html Css Color HEX #9B416C Rouge

📋 copy color: '#9B416C'

red 155 ◦ green 65 ◦ blue 108

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

Shades of Rouge #9B416C

Tints of Rouge #9B416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 47.26%
G = 19.82%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B416C (or 0x9B416C) is known color: Rouge. HEX triplet: 9B, 41 and 6C. RGB value is (155,65,108). Sum of RGB (Red+Green+Blue) = 155+65+108=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416C is #64BE93. Grayscale: #606060. Windows color (decimal): -6602388 or 7094683. OLE color: 7094683.

HSL color Cylindrical-coordinate representation of color #9B416C: hue angle of 331.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B416C is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 108 -
CMYK 0 0.58 0.30 0.39
HSL 331.33º 0.41% 0.43% -
HSV(B) 331.33º 0.58% 0.61% -
XYZ 18.11 11.83 15.52 -
YUV 96.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 155 65 108 0 0.58 0.30 0.39 331.33 0.41 0.43
Hex 9B 41 6C 0 3A 1E 27 14B 29 2B
Octal 233 101 154 0 72 36 47 513 51 53
Binary 10011011 1000001 1101100 0 111010 11110 100111 101001011 101001 101011

Color Harmonies of #9B416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B416C

Black with #9B416C

Text Example


Text Example

White with #9B416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,108); }

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

background-color css

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

 a { background-color: rgb(155,65,108); }

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

border-color css

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

 span { border-color: rgb(155,65,108); }

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