#9289C2

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

Shades of Cold Purple #9289C2

Tints of Cold Purple #9289C2

Color information

#9289C2 (or 0x9289C2) is unknown color: approx Cold Purple. HEX triplet: 92, 89 and C2. RGB value is (146,137,194). Sum of RGB (Red+Green+Blue) = 146+137+194=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #9289C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289C2 is #6D763D. Grayscale: #919191. Windows color (decimal): -7173694 or 12749202. OLE color: 12749202.

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

Color convert

RGB146137194-
CMYK0.250.2900.24
HSL249.47º31.84%64.9%-
HSV(B)249.47º29.38%76.08%-
XYZ30.5427.954.81-
YUV146.19154.98127.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 194 (76.17% from 255) = 40.67%
R=30.61%
G=28.72%
B=40.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461371940.250.2900.24249.4731.8464.9
Hex9289C2191D018f92041
Octal222211302313503037140101
Binary1001001010001001110000101100111101011000111110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9289C2; }

 p { color: rgb(146,137,194); }

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

<style>
 a { background-color: #9289C2; }

 a { background-color: rgb(146,137,194); }

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

<style>
 span { border-color: #9289C2; }

 span { border-color: rgb(146,137,194); }

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