Html Css Color HEX #9E99AF Spun Pearl

📋 copy color: '#9E99AF'

red 158 ◦ green 153 ◦ blue 175

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

Shades of Spun Pearl #9E99AF

Tints of Spun Pearl #9E99AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 32.51%
G = 31.48%
B = 36.01%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E99AF (or 0x9E99AF) is known color: Spun Pearl. HEX triplet: 9E, 99 and AF. RGB value is (158,153,175). Sum of RGB (Red+Green+Blue) = 158+153+175=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99AF is #616650. Grayscale: #9C9C9C. Windows color (decimal): -6383185 or 11508126. OLE color: 11508126.

HSL color Cylindrical-coordinate representation of color #9E99AF: hue angle of 253.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E99AF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 153 175 -
CMYK 0.10 0.13 0 0.31
HSL 253.64º 0.12% 0.64% -
HSV(B) 253.64º 0.13% 0.69% -
XYZ 33.23 33.15 45.2 -
YUV 157 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 158 153 175 0.10 0.13 0 0.31 253.64 0.12 0.64
Hex 9E 99 AF A D 0 1F FE C 40
Octal 236 231 257 12 15 0 37 376 14 100
Binary 10011110 10011001 10101111 1010 1101 0 11111 11111110 1100 1000000

Color Harmonies of #9E99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E99AF

Black with #9E99AF

Text Example


Text Example

White with #9E99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,153,175); }

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

background-color css

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

 a { background-color: rgb(158,153,175); }

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

border-color css

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

 span { border-color: rgb(158,153,175); }

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