Html Css Color HEX #9F98DD Wistful

📋 copy color: '#9F98DD'

red 159 ◦ green 152 ◦ blue 221

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

Shades of Wistful #9F98DD

Tints of Wistful #9F98DD

RGB

 RED value IS 159 (62.5% from 255) = 29.89%

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

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

R = 29.89%
G = 28.57%
B = 41.54%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F98DD (or 0x9F98DD) is known color: Wistful. HEX triplet: 9F, 98 and DD. RGB value is (159,152,221). Sum of RGB (Red+Green+Blue) = 159+152+221=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 152 (59.77% from 255 or 28.57% 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 #9F98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98DD is #606722. Grayscale: #A1A1A1. Windows color (decimal): -6317859 or 14522527. OLE color: 14522527.

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

Color convert

RGB 159 152 221 -
CMYK 0.28 0.31 0 0.13
HSL 246.09º 0.5% 0.73% -
HSV(B) 246.09º 0.31% 0.87% -
XYZ 38.58 35.05 73.14 -
YUV 161.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 159 152 221 0.28 0.31 0 0.13 246.09 0.5 0.73
Hex 9F 98 DD 1C 1F 0 D F6 32 49
Octal 237 230 335 34 37 0 15 366 62 111
Binary 10011111 10011000 11011101 11100 11111 0 1101 11110110 110010 1001001

Color Harmonies of #9F98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98DD

Black with #9F98DD

Text Example


Text Example

White with #9F98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,152,221); }

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

background-color css

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

 a { background-color: rgb(159,152,221); }

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

border-color css

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

 span { border-color: rgb(159,152,221); }

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