#9D94C1

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

Shades of Cold Purple #9D94C1

Tints of Cold Purple #9D94C1

Color information

#9D94C1 (or 0x9D94C1) is unknown color: approx Cold Purple. HEX triplet: 9D, 94 and C1. RGB value is (157,148,193). Sum of RGB (Red+Green+Blue) = 157+148+193=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94C1 is #626B3E. Grayscale: #9B9B9B. Windows color (decimal): -6449983 or 12686493. OLE color: 12686493.

HSL color Cylindrical-coordinate representation of color #9D94C1: hue angle of 252º degrees, saturation: 0.27, 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 #9D94C1 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB157148193-
CMYK0.190.2300.24
HSL252º26.63%66.86%-
HSV(B)252º23.32%75.69%-
XYZ34.1232.254.87-
YUV155.82148.98128.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=31.53%
G=29.72%
B=38.76%

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
Decimal1571481930.190.2300.2425226.6366.86
Hex9D94C11317018fc1b43
Octal235224301232703037433103
Binary100111011001010011000001100111011101100011111100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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