Html Css Color HEX #9D93DF Wistful

📋 copy color: '#9D93DF'

red 157 ◦ green 147 ◦ blue 223

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

Shades of Wistful #9D93DF

Tints of Wistful #9D93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 29.79%
G = 27.89%
B = 42.31%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D93DF (or 0x9D93DF) is known color: Wistful. HEX triplet: 9D, 93 and DF. RGB value is (157,147,223). Sum of RGB (Red+Green+Blue) = 157+147+223=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93DF is #626C20. Grayscale: #9E9E9E. Windows color (decimal): -6450209 or 14652317. OLE color: 14652317.

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

Color convert

RGB 157 147 223 -
CMYK 0.30 0.34 0 0.13
HSL 247.89º 0.54% 0.73% -
HSV(B) 247.89º 0.34% 0.87% -
XYZ 37.66 33.36 74.27 -
YUV 158.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 157 147 223 0.30 0.34 0 0.13 247.89 0.54 0.73
Hex 9D 93 DF 1E 22 0 D F8 36 49
Octal 235 223 337 36 42 0 15 370 66 111
Binary 10011101 10010011 11011111 11110 100010 0 1101 11111000 110110 1001001

Color Harmonies of #9D93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D93DF

Black with #9D93DF

Text Example


Text Example

White with #9D93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,223); }

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

background-color css

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

 a { background-color: rgb(157,147,223); }

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

border-color css

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

 span { border-color: rgb(157,147,223); }

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