Html Css Color HEX #9C96C8 Wistful

📋 copy color: '#9C96C8'

red 156 ◦ green 150 ◦ blue 200

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

Shades of Wistful #9C96C8

Tints of Wistful #9C96C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 30.83%
G = 29.64%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9C96C8 (or 0x9C96C8) is known color: Wistful. HEX triplet: 9C, 96 and C8. RGB value is (156,150,200). Sum of RGB (Red+Green+Blue) = 156+150+200=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C96C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96C8 is #636937. Grayscale: #9D9D9D. Windows color (decimal): -6515000 or 13145756. OLE color: 13145756.

HSL color Cylindrical-coordinate representation of color #9C96C8: hue angle of 247.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C96C8 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 150 200 -
CMYK 0.22 0.25 0 0.22
HSL 247.2º 0.31% 0.69% -
HSV(B) 247.2º 0.25% 0.78% -
XYZ 35.04 33.05 59.18 -
YUV 157.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 156 150 200 0.22 0.25 0 0.22 247.2 0.31 0.69
Hex 9C 96 C8 16 19 0 16 F7 1F 45
Octal 234 226 310 26 31 0 26 367 37 105
Binary 10011100 10010110 11001000 10110 11001 0 10110 11110111 11111 1000101

Color Harmonies of #9C96C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96C8

Black with #9C96C8

Text Example


Text Example

White with #9C96C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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