Html Css Color HEX #9A817D Opium

📋 copy color: '#9A817D'

red 154 ◦ green 129 ◦ blue 125

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

Shades of Opium #9A817D

Tints of Opium #9A817D

RGB

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

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

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

R = 37.75%
G = 31.62%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A817D (or 0x9A817D) is known color: Opium. HEX triplet: 9A, 81 and 7D. RGB value is (154,129,125). Sum of RGB (Red+Green+Blue) = 154+129+125=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A817D is #657E82. Grayscale: #888888. Windows color (decimal): -6651523 or 8225178. OLE color: 8225178.

HSL color Cylindrical-coordinate representation of color #9A817D: hue angle of 8.28º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A817D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 129 125 -
CMYK 0 0.16 0.19 0.40
HSL 8.28º 0.13% 0.55% -
HSV(B) 8.28º 0.19% 0.6% -
XYZ 24.88 24.05 22.73 -
YUV 136.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 154 129 125 0 0.16 0.19 0.40 8.28 0.13 0.55
Hex 9A 81 7D 0 10 13 28 8 D 37
Octal 232 201 175 0 20 23 50 10 15 67
Binary 10011010 10000001 1111101 0 10000 10011 101000 1000 1101 110111

Color Harmonies of #9A817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A817D

Black with #9A817D

Text Example


Text Example

White with #9A817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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