#9C95EB

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

Shades of Wistful #9C95EB

Tints of Wistful #9C95EB

Color information

#9C95EB (or 0x9C95EB) is unknown color: approx Wistful. HEX triplet: 9C, 95 and EB. RGB value is (156,149,235). Sum of RGB (Red+Green+Blue) = 156+149+235=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C95EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95EB is #636A14. Grayscale: #A0A0A0. Windows color (decimal): -6515221 or 15439260. OLE color: 15439260.

HSL color Cylindrical-coordinate representation of color #9C95EB: hue angle of 244.88º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C95EB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156149235-
CMYK0.340.3700.08
HSL244.88º68.25%75.29%-
HSV(B)244.88º36.6%92.16%-
XYZ39.4534.5683.19-
YUV160.9169.82124.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.89%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=28.89%
G=27.59%
B=43.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561492350.340.3700.08244.8868.2575.29
Hex9C95EB222508f5444b
Octal2342253534245010365104113
Binary100111001001010111101011100010100101010001111010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,235); }

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

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

 a { background-color: rgb(156,149,235); }

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

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

 span { border-color: rgb(156,149,235); }

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