Html Css Color HEX #9D99DF Wistful

📋 copy color: '#9D99DF'

red 157 ◦ green 153 ◦ blue 223

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

Shades of Wistful #9D99DF

Tints of Wistful #9D99DF

RGB

 RED value IS 157 (61.72% from 255) = 29.46%

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 29.46%
G = 28.71%
B = 41.84%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D99DF (or 0x9D99DF) is known color: Wistful. HEX triplet: 9D, 99 and DF. RGB value is (157,153,223). Sum of RGB (Red+Green+Blue) = 157+153+223=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99DF is #626620. Grayscale: #A1A1A1. Windows color (decimal): -6448673 or 14653853. OLE color: 14653853.

HSL color Cylindrical-coordinate representation of color #9D99DF: hue angle of 243.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D99DF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 153 223 -
CMYK 0.30 0.31 0 0.13
HSL 243.43º 0.52% 0.74% -
HSV(B) 243.43º 0.31% 0.87% -
XYZ 38.62 35.28 74.59 -
YUV 162.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 157 153 223 0.30 0.31 0 0.13 243.43 0.52 0.74
Hex 9D 99 DF 1E 1F 0 D F3 34 4A
Octal 235 231 337 36 37 0 15 363 64 112
Binary 10011101 10011001 11011111 11110 11111 0 1101 11110011 110100 1001010

Color Harmonies of #9D99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D99DF

Black with #9D99DF

Text Example


Text Example

White with #9D99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,153,223); }

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

background-color css

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

 a { background-color: rgb(157,153,223); }

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

border-color css

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

 span { border-color: rgb(157,153,223); }

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