Html Css Color HEX #9F3868 Rouge

📋 copy color: '#9F3868'

red 159 ◦ green 56 ◦ blue 104

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

Shades of Rouge #9F3868

Tints of Rouge #9F3868

RGB

 RED value IS 159 (62.5% from 255) = 49.84%

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 49.84%
G = 17.55%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F3868 (or 0x9F3868) is known color: Rouge. HEX triplet: 9F, 38 and 68. RGB value is (159,56,104). Sum of RGB (Red+Green+Blue) = 159+56+104=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3868 is #60C797. Grayscale: #5C5C5C. Windows color (decimal): -6342552 or 6830239. OLE color: 6830239.

HSL color Cylindrical-coordinate representation of color #9F3868: hue angle of 332.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3868 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 56 104 -
CMYK 0 0.65 0.35 0.38
HSL 332.04º 0.48% 0.42% -
HSV(B) 332.04º 0.65% 0.62% -
XYZ 18.21 11.2 14.3 -
YUV 92.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 159 56 104 0 0.65 0.35 0.38 332.04 0.48 0.42
Hex 9F 38 68 0 41 23 26 14C 30 2A
Octal 237 70 150 0 101 43 46 514 60 52
Binary 10011111 111000 1101000 0 1000001 100011 100110 101001100 110000 101010

Color Harmonies of #9F3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3868

Black with #9F3868

Text Example


Text Example

White with #9F3868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,104); }

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

background-color css

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

 a { background-color: rgb(159,56,104); }

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

border-color css

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

 span { border-color: rgb(159,56,104); }

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