Html Css Color HEX #9E829B Bouquet

📋 copy color: '#9E829B'

red 158 ◦ green 130 ◦ blue 155

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

Shades of Bouquet #9E829B

Tints of Bouquet #9E829B

RGB

 RED value IS 158 (62.11% from 255) = 35.67%

 GREEN value IS 130 (51.17% from 255) = 29.35%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 35.67%
G = 29.35%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E829B (or 0x9E829B) is known color: Bouquet. HEX triplet: 9E, 82 and 9B. RGB value is (158,130,155). Sum of RGB (Red+Green+Blue) = 158+130+155=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E829B is #617D64. Grayscale: #8D8D8D. Windows color (decimal): -6389093 or 10191518. OLE color: 10191518.

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

Color convert

RGB 158 130 155 -
CMYK 0 0.18 0.02 0.38
HSL 306.43º 0.13% 0.56% -
HSV(B) 306.43º 0.18% 0.62% -
XYZ 28 25.6 34.48 -
YUV 141.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 158 130 155 0 0.18 0.02 0.38 306.43 0.13 0.56
Hex 9E 82 9B 0 12 2 26 132 D 38
Octal 236 202 233 0 22 2 46 462 15 70
Binary 10011110 10000010 10011011 0 10010 10 100110 100110010 1101 111000

Color Harmonies of #9E829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E829B

Black with #9E829B

Text Example


Text Example

White with #9E829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,155); }

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

background-color css

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

 a { background-color: rgb(158,130,155); }

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

border-color css

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

 span { border-color: rgb(158,130,155); }

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