Html Css Color HEX #9B3F68 Rouge

📋 copy color: '#9B3F68'

red 155 ◦ green 63 ◦ blue 104

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

Shades of Rouge #9B3F68

Tints of Rouge #9B3F68

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 48.14%
G = 19.57%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B3F68 (or 0x9B3F68) is known color: Rouge. HEX triplet: 9B, 3F and 68. RGB value is (155,63,104). Sum of RGB (Red+Green+Blue) = 155+63+104=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F68 is #64C097. Grayscale: #5F5F5F. Windows color (decimal): -6602904 or 6832027. OLE color: 6832027.

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

Color convert

RGB 155 63 104 -
CMYK 0 0.59 0.33 0.39
HSL 333.26º 0.42% 0.43% -
HSV(B) 333.26º 0.59% 0.61% -
XYZ 17.79 11.52 14.38 -
YUV 95.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 155 63 104 0 0.59 0.33 0.39 333.26 0.42 0.43
Hex 9B 3F 68 0 3B 21 27 14D 2A 2B
Octal 233 77 150 0 73 41 47 515 52 53
Binary 10011011 111111 1101000 0 111011 100001 100111 101001101 101010 101011

Color Harmonies of #9B3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F68

Black with #9B3F68

Text Example


Text Example

White with #9B3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,63,104); }

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

background-color css

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

 a { background-color: rgb(155,63,104); }

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

border-color css

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

 span { border-color: rgb(155,63,104); }

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