Html Css Color HEX #9D96CC Wistful

📋 copy color: '#9D96CC'

red 157 ◦ green 150 ◦ blue 204

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

Shades of Wistful #9D96CC

Tints of Wistful #9D96CC

RGB

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

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

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

R = 30.72%
G = 29.35%
B = 39.92%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D96CC (or 0x9D96CC) is known color: Wistful. HEX triplet: 9D, 96 and CC. RGB value is (157,150,204). Sum of RGB (Red+Green+Blue) = 157+150+204=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96CC is #626933. Grayscale: #9E9E9E. Windows color (decimal): -6449460 or 13407901. OLE color: 13407901.

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

Color convert

RGB 157 150 204 -
CMYK 0.23 0.26 0 0.2
HSL 247.78º 0.35% 0.69% -
HSV(B) 247.78º 0.26% 0.8% -
XYZ 35.71 33.34 61.68 -
YUV 158.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 157 150 204 0.23 0.26 0 0.2 247.78 0.35 0.69
Hex 9D 96 CC 17 1A 0 14 F8 23 45
Octal 235 226 314 27 32 0 24 370 43 105
Binary 10011101 10010110 11001100 10111 11010 0 10100 11111000 100011 1000101

Color Harmonies of #9D96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D96CC

Black with #9D96CC

Text Example


Text Example

White with #9D96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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