#9D91C2

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

Shades of Cold Purple #9D91C2

Tints of Cold Purple #9D91C2

Color information

#9D91C2 (or 0x9D91C2) is unknown color: approx Cold Purple. HEX triplet: 9D, 91 and C2. RGB value is (157,145,194). Sum of RGB (Red+Green+Blue) = 157+145+194=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #9D91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91C2 is #626E3D. Grayscale: #999999. Windows color (decimal): -6450750 or 12751261. OLE color: 12751261.

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

Color convert

RGB157145194-
CMYK0.190.2500.24
HSL254.69º28.65%66.47%-
HSV(B)254.69º25.26%76.08%-
XYZ33.7731.3155.3-
YUV154.17150.48130.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=31.65%
G=29.23%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571451940.190.2500.24254.6928.6566.47
Hex9D91C21319018ff1d42
Octal235221302233103037735102
Binary100111011001000111000010100111100101100011111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D91C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,194); }

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

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

 a { background-color: rgb(157,145,194); }

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

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

 span { border-color: rgb(157,145,194); }

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