Html Css Color HEX #9A336C Rouge

📋 copy color: '#9A336C'

red 154 ◦ green 51 ◦ blue 108

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

Shades of Rouge #9A336C

Tints of Rouge #9A336C

RGB

 RED value IS 154 (60.55% from 255) = 49.2%

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 49.2%
G = 16.29%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A336C (or 0x9A336C) is known color: Rouge. HEX triplet: 9A, 33 and 6C. RGB value is (154,51,108). Sum of RGB (Red+Green+Blue) = 154+51+108=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A336C is #65CC93. Grayscale: #585858. Windows color (decimal): -6671508 or 7091098. OLE color: 7091098.

HSL color Cylindrical-coordinate representation of color #9A336C: hue angle of 326.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A336C is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 51 108 -
CMYK 0 0.67 0.30 0.40
HSL 326.8º 0.5% 0.4% -
HSV(B) 326.8º 0.67% 0.6% -
XYZ 17.22 10.32 15.27 -
YUV 88.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 154 51 108 0 0.67 0.30 0.40 326.8 0.5 0.4
Hex 9A 33 6C 0 43 1E 28 147 32 28
Octal 232 63 154 0 103 36 50 507 62 50
Binary 10011010 110011 1101100 0 1000011 11110 101000 101000111 110010 101000

Color Harmonies of #9A336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A336C

Black with #9A336C

Text Example


Text Example

White with #9A336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,51,108); }

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

background-color css

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

 a { background-color: rgb(154,51,108); }

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

border-color css

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

 span { border-color: rgb(154,51,108); }

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