#9F8ECF

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

Shades of Cold Purple #9F8ECF

Tints of Cold Purple #9F8ECF

Color information

#9F8ECF (or 0x9F8ECF) is unknown color: approx Cold Purple. HEX triplet: 9F, 8E and CF. RGB value is (159,142,207). Sum of RGB (Red+Green+Blue) = 159+142+207=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ECF is #607130. Grayscale: #9A9A9A. Windows color (decimal): -6320433 or 13602463. OLE color: 13602463.

HSL color Cylindrical-coordinate representation of color #9F8ECF: hue angle of 255.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8ECF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159142207-
CMYK0.230.3100.19
HSL255.69º40.37%68.43%-
HSV(B)255.69º31.4%81.18%-
XYZ35.2331.2263.2-
YUV154.49157.63131.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=31.30%
G=27.95%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591422070.230.3100.19255.6940.3768.43
Hex9F8ECF171F0131002844
Octal237216317273702340050104
Binary10011111100011101100111110111111110100111000000001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8ECF; }

 p { color: rgb(159,142,207); }

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

<style>
 a { background-color: #9F8ECF; }

 a { background-color: rgb(159,142,207); }

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

<style>
 span { border-color: #9F8ECF; }

 span { border-color: rgb(159,142,207); }

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