Html Css Color HEX #9D99DA Wistful

📋 copy color: '#9D99DA'

red 157 ◦ green 153 ◦ blue 218

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

Shades of Wistful #9D99DA

Tints of Wistful #9D99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 29.73%
G = 28.98%
B = 41.29%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9D99DA (or 0x9D99DA) is known color: Wistful. HEX triplet: 9D, 99 and DA. RGB value is (157,153,218). Sum of RGB (Red+Green+Blue) = 157+153+218=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99DA is #626625. Grayscale: #A1A1A1. Windows color (decimal): -6448678 or 14326173. OLE color: 14326173.

HSL color Cylindrical-coordinate representation of color #9D99DA: hue angle of 243.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D99DA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 153 218 -
CMYK 0.28 0.30 0 0.15
HSL 243.69º 0.47% 0.73% -
HSV(B) 243.69º 0.3% 0.85% -
XYZ 37.95 35.01 71.09 -
YUV 161.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 157 153 218 0.28 0.30 0 0.15 243.69 0.47 0.73
Hex 9D 99 DA 1C 1E 0 F F4 2F 49
Octal 235 231 332 34 36 0 17 364 57 111
Binary 10011101 10011001 11011010 11100 11110 0 1111 11110100 101111 1001001

Color Harmonies of #9D99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D99DA

Black with #9D99DA

Text Example


Text Example

White with #9D99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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