#9D95C1

Color #9D95C1 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9D95C1

Tints of Wistful #9D95C1

Color information

#9D95C1 (or 0x9D95C1) is unknown color: approx Wistful. HEX triplet: 9D, 95 and C1. RGB value is (157,149,193). Sum of RGB (Red+Green+Blue) = 157+149+193=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D95C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95C1 is #626A3E. Grayscale: #9C9C9C. Windows color (decimal): -6449727 or 12686749. OLE color: 12686749.

HSL color Cylindrical-coordinate representation of color #9D95C1: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D95C1 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB157149193-
CMYK0.190.2300.24
HSL250.91º26.19%67.06%-
HSV(B)250.91º22.8%75.69%-
XYZ34.2832.5154.92-
YUV156.41148.65128.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=31.46%
G=29.86%
B=38.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571491930.190.2300.24250.9126.1967.06
Hex9D95C11317018fb1a43
Octal235225301232703037332103
Binary100111011001010111000001100111011101100011111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D95C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,149,193); }

 H1.HeaderClassName
 {
   color: #9D95C1;
 }
 .AnyTagClassName
 {
   color: #9D95C1;
 }
</style>
background-color css

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

 a { background-color: rgb(157,149,193); }

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

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

 span { border-color: rgb(157,149,193); }

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