Html Css Color HEX #9F817D Opium

📋 copy color: '#9F817D'

red 159 ◦ green 129 ◦ blue 125

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

Shades of Opium #9F817D

Tints of Opium #9F817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 38.5%
G = 31.23%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F817D (or 0x9F817D) is known color: Opium. HEX triplet: 9F, 81 and 7D. RGB value is (159,129,125). Sum of RGB (Red+Green+Blue) = 159+129+125=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F817D is #607E82. Grayscale: #898989. Windows color (decimal): -6323843 or 8225183. OLE color: 8225183.

HSL color Cylindrical-coordinate representation of color #9F817D: hue angle of 7.06º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F817D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 129 125 -
CMYK 0 0.19 0.21 0.38
HSL 7.06º 0.15% 0.56% -
HSV(B) 7.06º 0.21% 0.62% -
XYZ 25.85 24.55 22.78 -
YUV 137.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 159 129 125 0 0.19 0.21 0.38 7.06 0.15 0.56
Hex 9F 81 7D 0 13 15 26 7 F 38
Octal 237 201 175 0 23 25 46 7 17 70
Binary 10011111 10000001 1111101 0 10011 10101 100110 111 1111 111000

Color Harmonies of #9F817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F817D

Black with #9F817D

Text Example


Text Example

White with #9F817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,129,125); }

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

background-color css

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

 a { background-color: rgb(159,129,125); }

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

border-color css

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

 span { border-color: rgb(159,129,125); }

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