#9F8BCF

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

Shades of Cold Purple #9F8BCF

Tints of Cold Purple #9F8BCF

Color information

#9F8BCF (or 0x9F8BCF) is unknown color: approx Cold Purple. HEX triplet: 9F, 8B and CF. RGB value is (159,139,207). Sum of RGB (Red+Green+Blue) = 159+139+207=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BCF is #607430. Grayscale: #989898. Windows color (decimal): -6321201 or 13601695. OLE color: 13601695.

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

Color convert

RGB159139207-
CMYK0.230.3300.19
HSL257.65º41.46%67.84%-
HSV(B)257.65º32.85%81.18%-
XYZ34.7930.3463.05-
YUV152.73158.63132.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=31.49%
G=27.52%
B=40.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591392070.230.3300.19257.6541.4667.84
Hex9F8BCF17210131022944
Octal237213317274102340251104
Binary100111111000101111001111101111000010100111000000101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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