Html Css Color HEX #9C96CC Wistful

📋 copy color: '#9C96CC'

red 156 ◦ green 150 ◦ blue 204

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

Shades of Wistful #9C96CC

Tints of Wistful #9C96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 30.59%
G = 29.41%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C96CC (or 0x9C96CC) is known color: Wistful. HEX triplet: 9C, 96 and CC. RGB value is (156,150,204). Sum of RGB (Red+Green+Blue) = 156+150+204=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96CC is #636933. Grayscale: #9D9D9D. Windows color (decimal): -6514996 or 13407900. OLE color: 13407900.

HSL color Cylindrical-coordinate representation of color #9C96CC: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C96CC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 150 204 -
CMYK 0.24 0.26 0 0.2
HSL 246.67º 0.35% 0.69% -
HSV(B) 246.67º 0.26% 0.8% -
XYZ 35.52 33.24 61.67 -
YUV 157.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 156 150 204 0.24 0.26 0 0.2 246.67 0.35 0.69
Hex 9C 96 CC 18 1A 0 14 F7 23 45
Octal 234 226 314 30 32 0 24 367 43 105
Binary 10011100 10010110 11001100 11000 11010 0 10100 11110111 100011 1000101

Color Harmonies of #9C96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96CC

Black with #9C96CC

Text Example


Text Example

White with #9C96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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