#9487CA

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

Shades of Cold Purple #9487CA

Tints of Cold Purple #9487CA

Color information

#9487CA (or 0x9487CA) is unknown color: approx Cold Purple. HEX triplet: 94, 87 and CA. RGB value is (148,135,202). Sum of RGB (Red+Green+Blue) = 148+135+202=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9487CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487CA is #6B7835. Grayscale: #929292. Windows color (decimal): -7043126 or 13272980. OLE color: 13272980.

HSL color Cylindrical-coordinate representation of color #9487CA: hue angle of 251.64º degrees, saturation: 0.39, 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 #9487CA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148135202-
CMYK0.270.3300.21
HSL251.64º38.73%66.08%-
HSV(B)251.64º33.17%79.22%-
XYZ31.5427.8959.6-
YUV146.52159.31129.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=30.52%
G=27.84%
B=41.65%

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
Decimal1481352020.270.3300.21251.6438.7366.08
Hex9487CA1B21015fc2742
Octal224207312334102537447102
Binary10010100100001111100101011011100001010101111111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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