Html Css Color HEX #9F93DD Wistful

📋 copy color: '#9F93DD'

red 159 ◦ green 147 ◦ blue 221

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

Shades of Wistful #9F93DD

Tints of Wistful #9F93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

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

R = 30.17%
G = 27.89%
B = 41.94%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F93DD (or 0x9F93DD) is known color: Wistful. HEX triplet: 9F, 93 and DD. RGB value is (159,147,221). Sum of RGB (Red+Green+Blue) = 159+147+221=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93DD is #606C22. Grayscale: #9E9E9E. Windows color (decimal): -6319139 or 14521247. OLE color: 14521247.

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

Color convert

RGB 159 147 221 -
CMYK 0.28 0.33 0 0.13
HSL 249.73º 0.52% 0.72% -
HSV(B) 249.73º 0.33% 0.87% -
XYZ 37.78 33.46 72.87 -
YUV 159.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 159 147 221 0.28 0.33 0 0.13 249.73 0.52 0.72
Hex 9F 93 DD 1C 21 0 D FA 34 48
Octal 237 223 335 34 41 0 15 372 64 110
Binary 10011111 10010011 11011101 11100 100001 0 1101 11111010 110100 1001000

Color Harmonies of #9F93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93DD

Black with #9F93DD

Text Example


Text Example

White with #9F93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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