Html Css Color HEX #9C96DB Wistful

📋 copy color: '#9C96DB'

red 156 ◦ green 150 ◦ blue 219

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

Shades of Wistful #9C96DB

Tints of Wistful #9C96DB

RGB

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

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

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

R = 29.71%
G = 28.57%
B = 41.71%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C96DB (or 0x9C96DB) is known color: Wistful. HEX triplet: 9C, 96 and DB. RGB value is (156,150,219). Sum of RGB (Red+Green+Blue) = 156+150+219=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96DB is #636924. Grayscale: #9F9F9F. Windows color (decimal): -6514981 or 14390940. OLE color: 14390940.

HSL color Cylindrical-coordinate representation of color #9C96DB: hue angle of 245.22º 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 #9C96DB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 150 219 -
CMYK 0.29 0.32 0 0.14
HSL 245.22º 0.49% 0.72% -
HSV(B) 245.22º 0.32% 0.86% -
XYZ 37.4 34 71.61 -
YUV 159.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 156 150 219 0.29 0.32 0 0.14 245.22 0.49 0.72
Hex 9C 96 DB 1D 20 0 E F5 31 48
Octal 234 226 333 35 40 0 16 365 61 110
Binary 10011100 10010110 11011011 11101 100000 0 1110 11110101 110001 1001000

Color Harmonies of #9C96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96DB

Black with #9C96DB

Text Example


Text Example

White with #9C96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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