#9488CC

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

Shades of Cold Purple #9488CC

Tints of Cold Purple #9488CC

Color information

#9488CC (or 0x9488CC) is unknown color: approx Cold Purple. HEX triplet: 94, 88 and CC. RGB value is (148,136,204). Sum of RGB (Red+Green+Blue) = 148+136+204=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9488CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CC is #6B7733. Grayscale: #939393. Windows color (decimal): -7042868 or 13404308. OLE color: 13404308.

HSL color Cylindrical-coordinate representation of color #9488CC: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9488CC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148136204-
CMYK0.270.3300.2
HSL250.59º40%66.67%-
HSV(B)250.59º33.33%80%-
XYZ31.9228.2660.9-
YUV147.34159.98128.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=30.33%
G=27.87%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481362040.270.3300.2250.594066.67
Hex9488CC1B21014fb2843
Octal224210314334102437350103
Binary10010100100010001100110011011100001010100111110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9488CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9488CC; }

 p { color: rgb(148,136,204); }

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

<style>
 a { background-color: #9488CC; }

 a { background-color: rgb(148,136,204); }

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

<style>
 span { border-color: #9488CC; }

 span { border-color: rgb(148,136,204); }

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