Html Css Color HEX #9D97DE Wistful

📋 copy color: '#9D97DE'

red 157 ◦ green 151 ◦ blue 222

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

Shades of Wistful #9D97DE

Tints of Wistful #9D97DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 29.62%
G = 28.49%
B = 41.89%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D97DE (or 0x9D97DE) is known color: Wistful. HEX triplet: 9D, 97 and DE. RGB value is (157,151,222). Sum of RGB (Red+Green+Blue) = 157+151+222=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D97DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D97DE is #626821. Grayscale: #A0A0A0. Windows color (decimal): -6449186 or 14587805. OLE color: 14587805.

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

Color convert

RGB 157 151 222 -
CMYK 0.29 0.32 0 0.13
HSL 245.07º 0.52% 0.73% -
HSV(B) 245.07º 0.32% 0.87% -
XYZ 38.16 34.58 73.77 -
YUV 160.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 157 151 222 0.29 0.32 0 0.13 245.07 0.52 0.73
Hex 9D 97 DE 1D 20 0 D F5 34 49
Octal 235 227 336 35 40 0 15 365 64 111
Binary 10011101 10010111 11011110 11101 100000 0 1101 11110101 110100 1001001

Color Harmonies of #9D97DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D97DE

Black with #9D97DE

Text Example


Text Example

White with #9D97DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,151,222); }

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

background-color css

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

 a { background-color: rgb(157,151,222); }

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

border-color css

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

 span { border-color: rgb(157,151,222); }

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