#9487CE

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

Shades of Cold Purple #9487CE

Tints of Cold Purple #9487CE

Color information

#9487CE (or 0x9487CE) is unknown color: approx Cold Purple. HEX triplet: 94, 87 and CE. RGB value is (148,135,206). Sum of RGB (Red+Green+Blue) = 148+135+206=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9487CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487CE is #6B7831. Grayscale: #929292. Windows color (decimal): -7043122 or 13535124. OLE color: 13535124.

HSL color Cylindrical-coordinate representation of color #9487CE: hue angle of 250.99º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9487CE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148135206-
CMYK0.280.3400.19
HSL250.99º42.01%66.86%-
HSV(B)250.99º34.47%80.78%-
XYZ32.0228.0862.13-
YUV146.98161.31128.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=30.27%
G=27.61%
B=42.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481352060.280.3400.19250.9942.0166.86
Hex9487CE1C22013fb2a43
Octal224207316344202337352103
Binary10010100100001111100111011100100010010011111110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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