#9487CC

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

Shades of Cold Purple #9487CC

Tints of Cold Purple #9487CC

Color information

#9487CC (or 0x9487CC) is unknown color: approx Cold Purple. HEX triplet: 94, 87 and CC. RGB value is (148,135,204). Sum of RGB (Red+Green+Blue) = 148+135+204=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9487CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487CC is #6B7833. Grayscale: #929292. Windows color (decimal): -7043124 or 13404052. OLE color: 13404052.

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

Color convert

RGB148135204-
CMYK0.270.3400.2
HSL251.3º40.35%66.47%-
HSV(B)251.3º33.82%80%-
XYZ31.7827.9860.85-
YUV146.75160.31128.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=30.39%
G=27.72%
B=41.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481352040.270.3400.2251.340.3566.47
Hex9487CC1B22014fb2842
Octal224207314334202437350102
Binary10010100100001111100110011011100010010100111110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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