Html Css Color HEX #9D9ADD Wistful

📋 copy color: '#9D9ADD'

red 157 ◦ green 154 ◦ blue 221

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

Shades of Wistful #9D9ADD

Tints of Wistful #9D9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 29.51%
G = 28.95%
B = 41.54%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D9ADD (or 0x9D9ADD) is known color: Wistful. HEX triplet: 9D, 9A and DD. RGB value is (157,154,221). Sum of RGB (Red+Green+Blue) = 157+154+221=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ADD is #626522. Grayscale: #A2A2A2. Windows color (decimal): -6448419 or 14523037. OLE color: 14523037.

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

Color convert

RGB 157 154 221 -
CMYK 0.29 0.30 0 0.13
HSL 242.69º 0.5% 0.74% -
HSV(B) 242.69º 0.3% 0.87% -
XYZ 38.51 35.5 73.23 -
YUV 162.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 157 154 221 0.29 0.30 0 0.13 242.69 0.5 0.74
Hex 9D 9A DD 1D 1E 0 D F3 32 4A
Octal 235 232 335 35 36 0 15 363 62 112
Binary 10011101 10011010 11011101 11101 11110 0 1101 11110011 110010 1001010

Color Harmonies of #9D9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9ADD

Black with #9D9ADD

Text Example


Text Example

White with #9D9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,154,221); }

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

background-color css

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

 a { background-color: rgb(157,154,221); }

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

border-color css

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

 span { border-color: rgb(157,154,221); }

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