#9488CA

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

Shades of Cold Purple #9488CA

Tints of Cold Purple #9488CA

Color information

#9488CA (or 0x9488CA) is unknown color: approx Cold Purple. HEX triplet: 94, 88 and CA. RGB value is (148,136,202). Sum of RGB (Red+Green+Blue) = 148+136+202=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #9488CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CA is #6B7735. Grayscale: #929292. Windows color (decimal): -7042870 or 13273236. OLE color: 13273236.

HSL color Cylindrical-coordinate representation of color #9488CA: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9488CA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148136202-
CMYK0.270.3300.21
HSL250.91º38.37%66.27%-
HSV(B)250.91º32.67%79.22%-
XYZ31.6828.1759.64-
YUV147.11158.98128.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=30.45%
G=27.98%
B=41.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481362020.270.3300.21250.9138.3766.27
Hex9488CA1B21015fb2642
Octal224210312334102537346102
Binary10010100100010001100101011011100001010101111110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9488CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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