Html Css Color HEX #9D98DC Wistful

📋 copy color: '#9D98DC'

red 157 ◦ green 152 ◦ blue 220

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

Shades of Wistful #9D98DC

Tints of Wistful #9D98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.73%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 29.68%
G = 28.73%
B = 41.59%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D98DC (or 0x9D98DC) is known color: Wistful. HEX triplet: 9D, 98 and DC. RGB value is (157,152,220). Sum of RGB (Red+Green+Blue) = 157+152+220=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98DC is #626723. Grayscale: #A0A0A0. Windows color (decimal): -6448932 or 14456989. OLE color: 14456989.

HSL color Cylindrical-coordinate representation of color #9D98DC: hue angle of 244.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D98DC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 152 220 -
CMYK 0.29 0.31 0 0.14
HSL 244.41º 0.49% 0.73% -
HSV(B) 244.41º 0.31% 0.86% -
XYZ 38.05 34.79 72.42 -
YUV 161.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 157 152 220 0.29 0.31 0 0.14 244.41 0.49 0.73
Hex 9D 98 DC 1D 1F 0 E F4 31 49
Octal 235 230 334 35 37 0 16 364 61 111
Binary 10011101 10011000 11011100 11101 11111 0 1110 11110100 110001 1001001

Color Harmonies of #9D98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D98DC

Black with #9D98DC

Text Example


Text Example

White with #9D98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,152,220); }

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

background-color css

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

 a { background-color: rgb(157,152,220); }

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

border-color css

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

 span { border-color: rgb(157,152,220); }

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