#9488CD

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

Shades of Cold Purple #9488CD

Tints of Cold Purple #9488CD

Color information

#9488CD (or 0x9488CD) is unknown color: approx Cold Purple. HEX triplet: 94, 88 and CD. RGB value is (148,136,205). Sum of RGB (Red+Green+Blue) = 148+136+205=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9488CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CD is #6B7732. Grayscale: #939393. Windows color (decimal): -7042867 or 13469844. OLE color: 13469844.

HSL color Cylindrical-coordinate representation of color #9488CD: hue angle of 250.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9488CD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148136205-
CMYK0.280.3400.20
HSL250.43º40.83%66.86%-
HSV(B)250.43º33.66%80.39%-
XYZ32.0428.3161.53-
YUV147.45160.48128.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=30.27%
G=27.81%
B=41.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481362050.280.3400.20250.4340.8366.86
Hex9488CD1C22014fa2943
Octal224210315344202437251103
Binary10010100100010001100110111100100010010100111110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9488CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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