#9F83CF

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

Shades of Cold Purple #9F83CF

Tints of Cold Purple #9F83CF

Color information

#9F83CF (or 0x9F83CF) is unknown color: approx Cold Purple. HEX triplet: 9F, 83 and CF. RGB value is (159,131,207). Sum of RGB (Red+Green+Blue) = 159+131+207=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83CF is #607C30. Grayscale: #939393. Windows color (decimal): -6323249 or 13599647. OLE color: 13599647.

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

Color convert

RGB159131207-
CMYK0.230.3700.19
HSL262.11º44.19%66.27%-
HSV(B)262.11º36.71%81.18%-
XYZ33.6828.1162.68-
YUV148.04161.28135.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=31.99%
G=26.36%
B=41.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591312070.230.3700.19262.1144.1966.27
Hex9F83CF17250131062c42
Octal237203317274502340654102
Binary100111111000001111001111101111001010100111000001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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