Html Css Color HEX #9D96DB Wistful

📋 copy color: '#9D96DB'

red 157 ◦ green 150 ◦ blue 219

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

Shades of Wistful #9D96DB

Tints of Wistful #9D96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.52%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 29.85%
G = 28.52%
B = 41.63%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D96DB (or 0x9D96DB) is known color: Wistful. HEX triplet: 9D, 96 and DB. RGB value is (157,150,219). Sum of RGB (Red+Green+Blue) = 157+150+219=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96DB is #626924. Grayscale: #9F9F9F. Windows color (decimal): -6449445 or 14390941. OLE color: 14390941.

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

Color convert

RGB 157 150 219 -
CMYK 0.28 0.32 0 0.14
HSL 246.09º 0.49% 0.72% -
HSV(B) 246.09º 0.32% 0.86% -
XYZ 37.6 34.1 71.62 -
YUV 159.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 157 150 219 0.28 0.32 0 0.14 246.09 0.49 0.72
Hex 9D 96 DB 1C 20 0 E F6 31 48
Octal 235 226 333 34 40 0 16 366 61 110
Binary 10011101 10010110 11011011 11100 100000 0 1110 11110110 110001 1001000

Color Harmonies of #9D96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D96DB

Black with #9D96DB

Text Example


Text Example

White with #9D96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,219); }

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

background-color css

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

 a { background-color: rgb(157,150,219); }

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

border-color css

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

 span { border-color: rgb(157,150,219); }

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