Html Css Color HEX #9C96CB Wistful

📋 copy color: '#9C96CB'

red 156 ◦ green 150 ◦ blue 203

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

Shades of Wistful #9C96CB

Tints of Wistful #9C96CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 30.65%
G = 29.47%
B = 39.88%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C96CB (or 0x9C96CB) is known color: Wistful. HEX triplet: 9C, 96 and CB. RGB value is (156,150,203). Sum of RGB (Red+Green+Blue) = 156+150+203=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96CB is #636934. Grayscale: #9D9D9D. Windows color (decimal): -6514997 or 13342364. OLE color: 13342364.

HSL color Cylindrical-coordinate representation of color #9C96CB: hue angle of 246.79º degrees, saturation: 0.34, 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 #9C96CB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 150 203 -
CMYK 0.23 0.26 0 0.20
HSL 246.79º 0.34% 0.69% -
HSV(B) 246.79º 0.26% 0.8% -
XYZ 35.4 33.19 61.04 -
YUV 157.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 156 150 203 0.23 0.26 0 0.20 246.79 0.34 0.69
Hex 9C 96 CB 17 1A 0 14 F7 22 45
Octal 234 226 313 27 32 0 24 367 42 105
Binary 10011100 10010110 11001011 10111 11010 0 10100 11110111 100010 1000101

Color Harmonies of #9C96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96CB

Black with #9C96CB

Text Example


Text Example

White with #9C96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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