Html Css Color HEX #9B306C Rouge

📋 copy color: '#9B306C'

red 155 ◦ green 48 ◦ blue 108

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

Shades of Rouge #9B306C

Tints of Rouge #9B306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 49.84%
G = 15.43%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B306C (or 0x9B306C) is known color: Rouge. HEX triplet: 9B, 30 and 6C. RGB value is (155,48,108). Sum of RGB (Red+Green+Blue) = 155+48+108=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B306C is #64CF93. Grayscale: #565656. Windows color (decimal): -6606740 or 7090331. OLE color: 7090331.

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

Color convert

RGB 155 48 108 -
CMYK 0 0.69 0.30 0.39
HSL 326.36º 0.53% 0.4% -
HSV(B) 326.36º 0.69% 0.61% -
XYZ 17.28 10.17 15.24 -
YUV 86.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 155 48 108 0 0.69 0.30 0.39 326.36 0.53 0.4
Hex 9B 30 6C 0 45 1E 27 146 35 28
Octal 233 60 154 0 105 36 47 506 65 50
Binary 10011011 110000 1101100 0 1000101 11110 100111 101000110 110101 101000

Color Harmonies of #9B306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B306C

Black with #9B306C

Text Example


Text Example

White with #9B306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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