Html Css Color HEX #9C90DD Wistful

📋 copy color: '#9C90DD'

red 156 ◦ green 144 ◦ blue 221

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

Shades of Wistful #9C90DD

Tints of Wistful #9C90DD

RGB

 RED value IS 156 (61.33% from 255) = 29.94%

 GREEN value IS 144 (56.64% from 255) = 27.64%

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

R = 29.94%
G = 27.64%
B = 42.42%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C90DD (or 0x9C90DD) is known color: Wistful. HEX triplet: 9C, 90 and DD. RGB value is (156,144,221). Sum of RGB (Red+Green+Blue) = 156+144+221=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90DD is #636F22. Grayscale: #9C9C9C. Windows color (decimal): -6516515 or 14520476. OLE color: 14520476.

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

Color convert

RGB 156 144 221 -
CMYK 0.29 0.35 0 0.13
HSL 249.35º 0.53% 0.72% -
HSV(B) 249.35º 0.35% 0.87% -
XYZ 36.73 32.23 72.69 -
YUV 156.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 156 144 221 0.29 0.35 0 0.13 249.35 0.53 0.72
Hex 9C 90 DD 1D 23 0 D F9 35 48
Octal 234 220 335 35 43 0 15 371 65 110
Binary 10011100 10010000 11011101 11101 100011 0 1101 11111001 110101 1001000

Color Harmonies of #9C90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C90DD

Black with #9C90DD

Text Example


Text Example

White with #9C90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,144,221); }

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

background-color css

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

 a { background-color: rgb(156,144,221); }

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

border-color css

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

 span { border-color: rgb(156,144,221); }

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