Html Css Color HEX #9B306F Rouge

📋 copy color: '#9B306F'

red 155 ◦ green 48 ◦ blue 111

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

Shades of Rouge #9B306F

Tints of Rouge #9B306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 49.36%
G = 15.29%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B306F (or 0x9B306F) is known color: Rouge. HEX triplet: 9B, 30 and 6F. RGB value is (155,48,111). Sum of RGB (Red+Green+Blue) = 155+48+111=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B306F is #64CF90. Grayscale: #575757. Windows color (decimal): -6606737 or 7286939. OLE color: 7286939.

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

Color convert

RGB 155 48 111 -
CMYK 0 0.69 0.28 0.39
HSL 324.67º 0.53% 0.4% -
HSV(B) 324.67º 0.69% 0.61% -
XYZ 17.44 10.23 16.09 -
YUV 87.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 155 48 111 0 0.69 0.28 0.39 324.67 0.53 0.4
Hex 9B 30 6F 0 45 1C 27 145 35 28
Octal 233 60 157 0 105 34 47 505 65 50
Binary 10011011 110000 1101111 0 1000101 11100 100111 101000101 110101 101000

Color Harmonies of #9B306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B306F

Black with #9B306F

Text Example


Text Example

White with #9B306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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